Sho SHIMIZU
Committed by Gerrit Code Review

Remove unnecessary semicolon

Change-Id: I79c69ee98992e13374436e8bd2add4fd778eb966
......@@ -25,6 +25,6 @@ public enum EncapsulationType {
* Indicates a VLAN encapsulation.
*/
VLAN,
};
}
......
......@@ -67,7 +67,7 @@ public final class GroupOperation {
BAD_COMMAND,
BAD_BUCKET,
BAD_WATCH,
EPERM;
EPERM
}
/**
......