Fixing sonar issues 2
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / type / IdentityrefTypeDefinition.java
index 4631e1db01525ff28c6bf32d24d3714c35340620..1449f03fb9fcbd4cb18c347b350327072caca6c1 100644 (file)
@@ -24,6 +24,6 @@ public interface IdentityrefTypeDefinition extends TypeDefinition<IdentityrefTyp
      * @return QName of referenced identity which is specified with the
      *         <code>identity</code> YANG statement
      */
-    public QName getIdentity();
+    QName getIdentity();
 
 }