From e68ed8358a5f37d6e9bee49b5dcc9174865e4d83 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 26 Oct 2012 19:46:04 +0200 Subject: [PATCH] [#1254] Move org.jooq.tools.unsigned contents to org.jooq.types (along with the new INTERVAL types) - Removed empty package --- .../java/org/jooq/tools/unsigned/package-info.java | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 jOOQ/src/main/java/org/jooq/tools/unsigned/package-info.java diff --git a/jOOQ/src/main/java/org/jooq/tools/unsigned/package-info.java b/jOOQ/src/main/java/org/jooq/tools/unsigned/package-info.java deleted file mode 100644 index 3d1abcb9a8..0000000000 --- a/jOOQ/src/main/java/org/jooq/tools/unsigned/package-info.java +++ /dev/null @@ -1,10 +0,0 @@ -/** - * The org.jooq.tools.unsigned package contains parts of jOOU - *

- * jOOQ has no external dependencies. Nevertheless, some libraries that are - * compatible with jOOQ's Apache License 2.0 are embedded into jOOQ. See the - * jOOU website for more details about jOOU: - *

- * http://code.google.com/p/joou/ - */ -package org.jooq.tools.unsigned; \ No newline at end of file