Remove unnecessary semicolon

Change-Id: I79c69ee98992e13374436e8bd2add4fd778eb966
This commit is contained in:
Sho SHIMIZU 2016-08-12 15:04:08 -07:00 committed by Gerrit Code Review
parent 431cafdfd0
commit 32ae9c54ce
2 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@ public enum EncapsulationType {
* Indicates a VLAN encapsulation. * Indicates a VLAN encapsulation.
*/ */
VLAN, VLAN,
}; }

View File

@ -67,7 +67,7 @@ public final class GroupOperation {
BAD_COMMAND, BAD_COMMAND,
BAD_BUCKET, BAD_BUCKET,
BAD_WATCH, BAD_WATCH,
EPERM; EPERM
} }
/** /**