Remove unnecessary semicolons
Change-Id: I7db3f3dd3ae6feee3d28415fc13615e4ac00af50
This commit is contained in:
@@ -171,7 +171,7 @@ public class ChangeApi {
|
||||
|
||||
protected CherryPickInput() {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
private static class SubmitInput extends JavaScriptObject {
|
||||
final native void wait_for_merge(boolean b) /*-{ this.wait_for_merge=b; }-*/;
|
||||
|
||||
@@ -453,7 +453,7 @@ public class PatchTable extends Composite {
|
||||
for (Patch p : detail.getPatches()) {
|
||||
openWindow(Dispatcher.toPatchUnified(base, p.getKey()));
|
||||
}
|
||||
};
|
||||
}
|
||||
});
|
||||
table.setWidget(row, C_UNIFIED, unified);
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ import com.google.gwt.core.client.JavaScriptObject;
|
||||
|
||||
public class ReviewInput extends JavaScriptObject {
|
||||
public static enum NotifyHandling {
|
||||
NONE, OWNER, OWNER_REVIEWERS, ALL;
|
||||
NONE, OWNER, OWNER_REVIEWERS, ALL
|
||||
}
|
||||
|
||||
public static ReviewInput create() {
|
||||
|
||||
Reference in New Issue
Block a user