Disallow DOMOperationInstance wildcards
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMOperationInstance.java
index c163aa9c88d389b6cb9fff8021f00e651895da58..a2290d554ec9a4005c5d6addec1fdd957f3d9427 100644 (file)
@@ -39,8 +39,8 @@ public abstract class DOMOperationInstance<T> implements Immutable {
         }
 
         /**
-         * Return the set of data trees on which this action is available. Note that
-         * {@link DOMDataTreeIdentifier#getRootIdentifier()} may be a wildcard.
+         * Return the set of data trees on which this action is available. These identifiers are required to point
+         * to concrete items, i.e. they may not be wildcards.
          *
          * @return Set of trees on which this action is available.
          */