checkStyleViolationSeverity=error implemented for mdsal-dom-inmemory-datastore
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / src / main / java / org / opendaylight / mdsal / dom / store / inmemory / ReadableCursorOperation.java
index 3c39870f08b007e44ec05fb82deb9f1f3816944d..a8c239729f4ade15647b6ccd2c0bc77df1017d83 100644 (file)
@@ -14,6 +14,6 @@ import org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode;
 
 interface ReadableCursorOperation extends CursorStrategy {
 
-    abstract Optional<NormalizedNode<?, ?>> readNode(PathArgument arg);
+    Optional<NormalizedNode<?, ?>> readNode(PathArgument arg);
 
 }
\ No newline at end of file