Update InMemoryLoginModule.java

This commit is contained in:
eelhazati 2020-02-03 21:17:33 +01:00 committed by GitHub
parent 5d6cff491e
commit a655119424

View File

@ -45,7 +45,7 @@ public class InMemoryLoginModule implements LoginModule {
loginSucceeded = true; loginSucceeded = true;
} }
} catch (IOException | UnsupportedCallbackException e) { } catch (IOException | UnsupportedCallbackException e) {
//... throw new LoginException("Can't login");
} }
return loginSucceeded; return loginSucceeded;
} }