mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 23:30:55 +03:00
Fixed javadoc warning
This commit is contained in:
@@ -17,7 +17,7 @@ public interface PasswordUpdateProvider {
|
|||||||
char[] provideNewPassword(Resource<?> resource, String prompt);
|
char[] provideNewPassword(Resource<?> resource, String prompt);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If password turns out to be incorrect, indicates whether another call to {@link #reqPassword(Resource)} should be
|
* If password turns out to be incorrect, indicates whether another call to {@link #provideNewPassword(Resource, String)} should be
|
||||||
* made.
|
* made.
|
||||||
* <p/>
|
* <p/>
|
||||||
* This method is geared at interactive implementations, and stub implementations may simply return {@code false}.
|
* This method is geared at interactive implementations, and stub implementations may simply return {@code false}.
|
||||||
|
|||||||
Reference in New Issue
Block a user