Remove unnecessary semicolons
Change-Id: Id9f67b3a3f15ebf4e5f0282c5fbd3295157a0289
This commit is contained in:
parent
5cf89bc928
commit
294da1a18a
@ -60,15 +60,15 @@ public class ReviewInput {
|
||||
public String onBehalfOf;
|
||||
|
||||
public static enum DraftHandling {
|
||||
DELETE, PUBLISH, KEEP;
|
||||
DELETE, PUBLISH, KEEP
|
||||
}
|
||||
|
||||
public static enum NotifyHandling {
|
||||
NONE, OWNER, OWNER_REVIEWERS, ALL;
|
||||
NONE, OWNER, OWNER_REVIEWERS, ALL
|
||||
}
|
||||
|
||||
public static enum Side {
|
||||
PARENT, REVISION;
|
||||
PARENT, REVISION
|
||||
}
|
||||
|
||||
public static class Comment {
|
||||
|
Loading…
Reference in New Issue
Block a user