BUG-865: Move Immutables 64/9464/2
authorRobert Varga <rovarga@cisco.com>
Wed, 30 Jul 2014 06:46:15 +0000 (08:46 +0200)
committerRobert Varga <rovarga@cisco.com>
Wed, 30 Jul 2014 08:24:23 +0000 (10:24 +0200)
Immutables is a utility class, so it should go into util. Its
capabilities can be expanded there to account for guava classes.

Change-Id: I6f93befd03249cb83a842a53600260b776822ba2
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/util/src/main/java/org/opendaylight/yangtools/util/Immutables.java [moved from common/concepts/src/main/java/org/opendaylight/yangtools/concepts/util/Immutables.java with 97% similarity]

similarity index 97%
rename from common/concepts/src/main/java/org/opendaylight/yangtools/concepts/util/Immutables.java
rename to common/util/src/main/java/org/opendaylight/yangtools/util/Immutables.java
index cc2d0186d4a03c5e7af8eaca829c3d278dc6a2cd..e10977b6de01ecd0c2254a0fd1c263f4088e8aac 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.yangtools.concepts.util;
+package org.opendaylight.yangtools.util;
 
 import java.math.BigDecimal;
 import java.math.BigInteger;