Fixing sonar issues 4
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / type / InstanceIdentifierTypeDefinition.java
index 3b5f5e0d3fc4e206f147c8c6c7122812a736a635..3d7279655c172bf891b2dd08c2ec6eeeb780b0aa 100644 (file)
@@ -23,7 +23,7 @@ public interface InstanceIdentifierTypeDefinition extends TypeDefinition<Instanc
      * 
      * @return instance of type <code>RevisionAwareXPath</code>
      */
-    public RevisionAwareXPath getPathStatement();
+    RevisionAwareXPath getPathStatement();
 
     /**
      * Returns true|false which represents argument of
@@ -33,5 +33,5 @@ public interface InstanceIdentifierTypeDefinition extends TypeDefinition<Instanc
      * @return boolean value which is true if the <code>require-instance</code>
      *         statement is true and vice versa
      */
-    public boolean requireInstance();
+    boolean requireInstance();
 }