Fix license header violations in yang-parser-impl
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / builder / impl / UsesNodeImpl.java
index 36a43459956e308c1dd67eb10497f2d702b24ba0..7100403525cf098aa633e807e770e14102d25289 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2015 Cisco Systems, Inc. and others.  All rights reserved.
+ * Copyright (c) 20132015 Cisco Systems, Inc. and others.  All rights reserved.
  *
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -59,7 +59,6 @@ final class UsesNodeImpl implements UsesNode {
         return refines;
     }
 
-    @SuppressWarnings("unused")
     public List<UnknownSchemaNode> getUnknownSchemaNodes() {
         return unknownNodes;
     }