Remove NormalizedNodePruner
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / transformer / ReusableNormalizedNodePruner.java
index f4e5133586563726fa09cd57bfc65908c0891bd1..d9563235b765dd96f3ec051fb8e31e6ddd24dceb 100644 (file)
@@ -15,11 +15,8 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 
 /**
  * The NormalizedNodePruner removes all nodes from the input NormalizedNode that do not have a corresponding
- * schema element in the passed in SchemaContext.
- *
- * <p>
- * Unlike {@link NormalizedNodePruner}, this class can be reused multiple times and must be initialized before each use
- * through {@link #initializeForPath(YangInstanceIdentifier)}.
+ * schema element in the passed in SchemaContext. Instances of this class can be reused multiple times and must be
+ * initialized before each use through {@link #initializeForPath(YangInstanceIdentifier)}.
  */
 @Beta
 public abstract class ReusableNormalizedNodePruner extends AbstractNormalizedNodePruner {