We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bed9b commit ea98e60Copy full SHA for ea98e60
exercises/chapter8/PasswordValidator.java
@@ -43,7 +43,7 @@ public static void main(String[] args){
43
44
}while(!validator.isValid());
45
46
- System.out.println("Your password has been changed");
+ System.out.println("The proposed password is valid");
47
48
validator.closeScanner();
49
}
@@ -104,4 +104,4 @@ public void changePassword(String newPassword){
104
errorMessage += "\n Your password must be different from your current password.";
105
106
107
-}
+}
0 commit comments