File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ public boolean isAuthenticated() {
629629 }
630630
631631 /**
632- * Authenticates to db with the given credentials. If this method (or {@code authenticateCommand} has already been
632+ * Authenticates to db with the given credentials. If this method (or {@code authenticateCommand}) has already been
633633 * called with the same credentials and the authentication test succeeded, this method will return {@code true}. If this method
634634 * has already been called with different credentials and the authentication test succeeded,
635635 * this method will throw an {@code IllegalStateException}. If this method has already been called with any credentials
@@ -652,7 +652,7 @@ public boolean authenticate(String username, char[] password) {
652652 }
653653
654654 /**
655- * Authenticates to db with the given credentials. If this method (or {@code authenticate} has already been
655+ * Authenticates to db with the given credentials. If this method (or {@code authenticate}) has already been
656656 * called with the same credentials and the authentication test succeeded, this method will return true. If this method
657657 * has already been called with different credentials and the authentication test succeeded,
658658 * this method will throw an {@code IllegalStateException}. If this method has already been called with any credentials
You can’t perform that action at this time.
0 commit comments