James Moger
2014-03-14 aaecd8f2a36d2c0d780b42425aa57725fe708551
src/main/java/com/gitblit/transport/ssh/commands/SetAccountCommand.java
@@ -65,7 +65,6 @@
      if (!deleteSshKeys.isEmpty()) {
         deleteSshKeys(deleteSshKeys);
      }
      authenticator.getKeyCache().invalidate(user);
   }
   private void addSshKeys(List<String> sshKeys) throws UnloggedFailure,