Skip to content

Commit

Permalink
v6
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrHic committed Dec 22, 2024
1 parent 20e4fce commit 0ca10f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/core/basesyntax/PasswordValidator.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package core.basesyntax;

public class PasswordValidator {

public void validate(String password, String repeatPassword)
throws PasswordValidationException {
if (!(password.equals(repeatPassword) && password.length() >= 10)) {
Expand Down

0 comments on commit 0ca10f1

Please sign in to comment.