Further yang-parser-impl checkstyle fixes
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / rfc6020 / Utils.java
index a6414a29c125b4bd1619dd824d29a7e109e25129..55238de88809c74b32a1c056f06e679e32f74d94 100644 (file)
@@ -177,6 +177,7 @@ public final class Utils {
         return identifier;
     }
 
+    @SuppressWarnings("checkstyle:illegalCatch")
     static SchemaNodeIdentifier nodeIdentifierFromPath(final StmtContext<?, ?, ?> ctx, final String path) {
         // FIXME: is the path trimming really necessary??
         final List<QName> qNames = new ArrayList<>();