Skip to content

Commit

Permalink
Fixed javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Mar 21, 2016
1 parent 1f0e2b1 commit c3f75cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down

0 comments on commit c3f75cd

Please sign in to comment.