Split Restconf implementations (draft02 and RFC) - move
[netconf.git] / restconf / restconf-common / src / main / java / org / opendaylight / restconf / common / util / IdentityValuesDTO.java
similarity index 98%
rename from restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/IdentityValuesDTO.java
rename to restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/util/IdentityValuesDTO.java
index 1b73749a82719bcb2953093b4d83322308fe5a41..8b9841dc4aa496e255b7ba981fb274cffb5d312d 100644 (file)
@@ -5,7 +5,7 @@
  * 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.sal.restconf.impl;
+package org.opendaylight.restconf.common.util;
 
 import java.util.ArrayList;
 import java.util.Collections;