Fix wrong javadoc 96/42896/2
authorRobert Varga <rovarga@cisco.com>
Mon, 1 Aug 2016 09:51:02 +0000 (11:51 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 1 Aug 2016 09:56:15 +0000 (11:56 +0200)
This is a copy&paste error, correct it.

Change-Id: Ia48b02c6bf28c5e8ca9338ebbfef50e3c6a7f2bc
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/stmt/SchemaNodeIdentifier.java

index 1105c00a05368d6841e2ff50bf6dcc6b31753b56..50740270d0dfea7182f78c51813f455373de6591 100644 (file)
@@ -138,7 +138,7 @@ public abstract class SchemaNodeIdentifier implements Immutable {
      *            boolean value which specifies if the path is absolute or
      *            relative
      *
-     * @return A SchemaPath instance.
+     * @return A SchemaNodeIdentifier instance.
      */
     public static SchemaNodeIdentifier create(final Iterable<QName> path, final boolean absolute) {
         final SchemaNodeIdentifier parent = absolute ? ROOT : SAME;