Remove unnecessary semicolons
Change-Id: I7db3f3dd3ae6feee3d28415fc13615e4ac00af50
This commit is contained in:
@@ -16,7 +16,7 @@ package com.google.gerrit.client.patches;
|
||||
|
||||
class PatchLine {
|
||||
static enum Type {
|
||||
DELETE, INSERT, REPLACE, CONTEXT;
|
||||
DELETE, INSERT, REPLACE, CONTEXT
|
||||
}
|
||||
|
||||
private PatchLine.Type type;
|
||||
|
@@ -147,7 +147,7 @@ public class PatchScriptSettingsPanel extends Composite {
|
||||
}
|
||||
}
|
||||
toggleEnabledStatus(on);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
public void setEnableSmallFileFeatures(final boolean on) {
|
||||
|
Reference in New Issue
Block a user