diff --git a/src/main/java/CredentialRepository.java b/src/main/java/CredentialRepository.java index a1837f2..58122d5 100644 --- a/src/main/java/CredentialRepository.java +++ b/src/main/java/CredentialRepository.java @@ -63,7 +63,7 @@ public class CredentialRepository implements CredentialRepositoryInterface{ public void updatePassword(int index, String newPassword) { try{ - + this.credentials.get(index).upDatePassword(newPassword); } catch (IndexOutOfBoundsException outOfBoundsException) {