mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 07:10:53 +03:00
Fixed javadoc warning
This commit is contained in:
@@ -17,7 +17,7 @@ public interface PasswordUpdateProvider {
|
||||
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.
|
||||
* <p/>
|
||||
* This method is geared at interactive implementations, and stub implementations may simply return {@code false}.
|
||||
|
||||
Reference in New Issue
Block a user