diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-21 08:39:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-28 16:15:42 +0200 |
commit | ff77676612d8ca7874ba0616ff1841f556f4ddb2 (patch) | |
tree | 1d0f9b8bea8d7fc583654734805019b891f4257c /qadevOOo/runner/stats | |
parent | 2caf5d19376f211bce78c9ecf040fa686201befc (diff) |
Java cleanup - remove unused imports
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
Diffstat (limited to 'qadevOOo/runner/stats')
-rw-r--r-- | qadevOOo/runner/stats/SQLExecution.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/runner/stats/SQLExecution.java b/qadevOOo/runner/stats/SQLExecution.java index 8c1651baf5ba..e65ac26d3f12 100644 --- a/qadevOOo/runner/stats/SQLExecution.java +++ b/qadevOOo/runner/stats/SQLExecution.java @@ -23,9 +23,7 @@ import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.Statement; import java.util.ArrayList; -import java.util.Enumeration; import java.util.HashMap; -import java.util.Hashtable; import java.util.Iterator; import java.util.StringTokenizer; |