Sho SHIMIZU
Committed by Gerrit Code Review

Remove unnecessary semicolon

Change-Id: I79c69ee98992e13374436e8bd2add4fd778eb966
...@@ -25,6 +25,6 @@ public enum EncapsulationType { ...@@ -25,6 +25,6 @@ public enum EncapsulationType {
25 * Indicates a VLAN encapsulation. 25 * Indicates a VLAN encapsulation.
26 */ 26 */
27 VLAN, 27 VLAN,
28 -}; 28 +}
29 29
30 30
......
...@@ -67,7 +67,7 @@ public final class GroupOperation { ...@@ -67,7 +67,7 @@ public final class GroupOperation {
67 BAD_COMMAND, 67 BAD_COMMAND,
68 BAD_BUCKET, 68 BAD_BUCKET,
69 BAD_WATCH, 69 BAD_WATCH,
70 - EPERM; 70 + EPERM
71 } 71 }
72 72
73 /** 73 /**
......