X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fcommon%2Futil%2FIdentityValuesDTO.java;fp=restconf%2Frestconf-nb-bierman02%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fsal%2Frestconf%2Fimpl%2FIdentityValuesDTO.java;h=8b9841dc4aa496e255b7ba981fb274cffb5d312d;hb=824baf9fe14e31465c58f3842c4cb0aa88b34757;hp=1b73749a82719bcb2953093b4d83322308fe5a41;hpb=297030dc32e29a3ac0c76aa3d6279e7e047532b3;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/IdentityValuesDTO.java b/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 1b73749a82..8b9841dc4a 100644 --- a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/IdentityValuesDTO.java +++ b/restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/util/IdentityValuesDTO.java @@ -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;