You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2016/06/01 18:07:45 UTC

phoenix git commit: PHOENIX-2962 Remove unnecessary import

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.1 8cbec765f -> 76e373a3e


PHOENIX-2962 Remove unnecessary import


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/76e373a3
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/76e373a3
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/76e373a3

Branch: refs/heads/4.x-HBase-1.1
Commit: 76e373a3e070eb02239e25f976fbedb5aaa9dd5f
Parents: 8cbec76
Author: Josh Elser <el...@apache.org>
Authored: Wed Jun 1 14:04:41 2016 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Wed Jun 1 14:04:41 2016 -0400

----------------------------------------------------------------------
 phoenix-core/src/main/java/org/apache/phoenix/util/DateUtil.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/76e373a3/phoenix-core/src/main/java/org/apache/phoenix/util/DateUtil.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/main/java/org/apache/phoenix/util/DateUtil.java b/phoenix-core/src/main/java/org/apache/phoenix/util/DateUtil.java
index 557d8ed..5032c38 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/util/DateUtil.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/util/DateUtil.java
@@ -32,7 +32,6 @@ import java.util.List;
 import java.util.TimeZone;
 
 import org.apache.commons.lang.time.FastDateFormat;
-import org.apache.hadoop.hbase.exceptions.IllegalArgumentIOException;
 import org.apache.phoenix.schema.IllegalDataException;
 import org.apache.phoenix.schema.types.PDataType;
 import org.joda.time.DateTimeZone;