Remove redundant code constructs
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / streams / listeners / EventType.java
index fd971523c9df911c3c79a54431abfcc323dba15d..70b866186b276f0d48ea19338679e219a25dd8eb 100644 (file)
@@ -11,5 +11,5 @@ package org.opendaylight.restconf.nb.rfc8040.streams.listeners;
  * Type of the event.
  */
 enum EventType {
-    REGISTER, DEREGISTER, NOTIFY;
+    REGISTER, DEREGISTER, NOTIFY
 }