Remove unnecessary semicolons

Change-Id: I7db3f3dd3ae6feee3d28415fc13615e4ac00af50
This commit is contained in:
alex.ryazantsev
2013-11-10 05:44:17 +04:00
parent 753245fd76
commit 997b04783a
47 changed files with 55 additions and 55 deletions

View File

@@ -25,7 +25,7 @@ final class DiscoveryResult {
NO_PROVIDER,
/** The provider was discovered, but something else failed. */
ERROR;
ERROR
}
Status status;

View File

@@ -15,5 +15,5 @@
package com.google.gerrit.httpd.auth.openid;
enum SignInMode {
SIGN_IN, LINK_IDENTIY, REGISTER;
SIGN_IN, LINK_IDENTIY, REGISTER
}