Skip to content

Commit 7c761da

Browse files
committed
Remove an InstanceIdentifier reference
We are talking DataObjectIdentifiers only: remove the Javadoc reference. Change-Id: I80460ef600c934f067aec96aac2997372ed74688 Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
1 parent 24fe398 commit 7c761da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • applications/forwardingrules-sync/src/main/java/org/opendaylight/openflowplugin/applications/frsync/util

applications/forwardingrules-sync/src/main/java/org/opendaylight/openflowplugin/applications/frsync/util/PathUtil.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId;
1212
import org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node;
1313
import org.opendaylight.yangtools.binding.DataObjectIdentifier;
14-
import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
1514

1615
/**
17-
* Basic {@link InstanceIdentifier} related tools.
16+
* Basic {@link DataObjectIdentifier} related tools.
1817
*/
1918
public final class PathUtil {
2019
private PathUtil() {

0 commit comments

Comments
 (0)