X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fdatarouter%2Futil%2FVersionedOxmEntities.java;fp=src%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fdatarouter%2Futil%2FVersionedOxmEntities.java;h=24277c64b3f095f25ea121ad5cb4bb59d1586831;hb=7af00564f04e1b8f441536fce5bdf31d59fe722c;hp=1c993bb8c9d26e8527fa8309a16e7879b2f86bc3;hpb=14326b84c4a78c17de6cedf50072cd4096d8a02d;p=aai%2Fdata-router.git diff --git a/src/main/java/org/openecomp/datarouter/util/VersionedOxmEntities.java b/src/main/java/org/onap/aai/datarouter/util/VersionedOxmEntities.java similarity index 99% rename from src/main/java/org/openecomp/datarouter/util/VersionedOxmEntities.java rename to src/main/java/org/onap/aai/datarouter/util/VersionedOxmEntities.java index 1c993bb..24277c6 100644 --- a/src/main/java/org/openecomp/datarouter/util/VersionedOxmEntities.java +++ b/src/main/java/org/onap/aai/datarouter/util/VersionedOxmEntities.java @@ -8,19 +8,19 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= - *

+ * * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ -package org.openecomp.datarouter.util; +package org.onap.aai.datarouter.util; import org.eclipse.persistence.dynamic.DynamicType; import org.eclipse.persistence.internal.helper.DatabaseField;