More getPath() implementation deprecation
[yangtools.git] / yang / yang-data-util / src / main / java / org / opendaylight / yangtools / yang / data / util / ContainerSchemaNodes.java
index 79c02681673845742ce09d1aa25d328811b97cc0..52ac098b0d6cfa8b3e9d33cd058c1b0b6d1d5c42 100644 (file)
@@ -87,6 +87,7 @@ public final class ContainerSchemaNodes {
         }
 
         @Override
+        @Deprecated
         public SchemaPath getPath() {
             return schemaNode.getPath();
         }