Fixing sonar issues 2
[yangtools.git] / yang / yang-model-api / src / main / java / org / opendaylight / yangtools / yang / model / api / type / PatternConstraint.java
index aab99fd794585fb3912954c4a8da06ac2351b5d4..29b3b5be29fcb55cad470adc8b6d49fc6d04cb32 100644 (file)
@@ -22,5 +22,5 @@ public interface PatternConstraint extends ConstraintMetaDefinition {
      * @return string with regular expression which is equal to the argument of
      *         the YANG <code>pattern</code> substatement
      */
-    public String getRegularExpression();
+    String getRegularExpression();
 }