BUG-509: Move ModificationApplyOperation
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / java / org / opendaylight / controller / md / sal / dom / store / impl / tree / data / NodeModification.java
index 0f9a335627bb279a627ee91bc7c4b3928ed45235..18179afd50af0ca4d92dd45fa7bf32c0ce601d67 100644 (file)
@@ -32,6 +32,7 @@ import com.google.common.base.Predicate;
  * and {@link StoreMetadataNode} which represents original state {@link #getOriginal()}.
  *
  */
+// FIXME: hide this class
 public class NodeModification implements StoreTreeNode<NodeModification>, Identifiable<PathArgument> {
 
     public static final Predicate<NodeModification> IS_TERMINAL_PREDICATE = new Predicate<NodeModification>() {