(no commit message)
[utils] / support / src / org / wamblee / general / Pair.java
similarity index 97%
rename from support/src/org/wamblee/Pair.java
rename to support/src/org/wamblee/general/Pair.java
index e06e8e1eba55c102fe6f7ac75b67918e69003f03..f7a3d9728863d8acee7db0178ae2ec33728bcae0 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */ 
-package org.wamblee.utils;
+package org.wamblee.general;
 
 /**
  * Represents a pair of objects. This is inspired on the C++ Standard Template Library