Organize imports

Change-Id: Idf972e4014e7f9d08011312b4690859de39cd2f0
This commit is contained in:
David Pursehouse
2015-08-20 11:29:39 +09:00
parent bd7fc85815
commit edcb8d3f0a
16 changed files with 16 additions and 19 deletions

View File

@@ -14,8 +14,6 @@
package com.google.gerrit.server.account;
import com.google.gerrit.server.account.AccountException;
/** Authentication failed due to incorrect user or password. */
public class AuthenticationFailedException extends AccountException {
private static final long serialVersionUID = 1L;