Clean up ModifyAction
[netconf.git] / netconf / mdsal-netconf-connector / src / main / java / org / opendaylight / netconf / mdsal / connector / ops / Datastore.java
index 4a8878cd5e9778716eb3acc966b52eb265da2812..671fadfc3bfd07bfb79acf4cf20c4928e8bdd646 100644 (file)
@@ -5,9 +5,9 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.netconf.mdsal.connector.ops;
 
+// FIXME: document, rename to LegacyDatastore (as per NMDA), add XML interaction values
 public enum Datastore {
     candidate, running
 }