mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
Remove unnecessary semicolon
Change-Id: I79c69ee98992e13374436e8bd2add4fd778eb966
This commit is contained in:
parent
431cafdfd0
commit
32ae9c54ce
@ -25,6 +25,6 @@ public enum EncapsulationType {
|
|||||||
* Indicates a VLAN encapsulation.
|
* Indicates a VLAN encapsulation.
|
||||||
*/
|
*/
|
||||||
VLAN,
|
VLAN,
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ public final class GroupOperation {
|
|||||||
BAD_COMMAND,
|
BAD_COMMAND,
|
||||||
BAD_BUCKET,
|
BAD_BUCKET,
|
||||||
BAD_WATCH,
|
BAD_WATCH,
|
||||||
EPERM;
|
EPERM
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user