|
@ -63,7 +63,7 @@ public class CredentialRepository implements CredentialRepositoryInterface{ |
|
|
public void updatePassword(int index, String newPassword) { |
|
|
public void updatePassword(int index, String newPassword) { |
|
|
|
|
|
|
|
|
try{ |
|
|
try{ |
|
|
|
|
|
|
|
|
|
|
|
this.credentials.get(index).upDatePassword(newPassword); |
|
|
} |
|
|
} |
|
|
catch (IndexOutOfBoundsException outOfBoundsException) |
|
|
catch (IndexOutOfBoundsException outOfBoundsException) |
|
|
{ |
|
|
{ |
|
|