summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorrbuj <robert.buj@gmail.com>2014-09-07 18:23:48 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-09-08 02:30:29 -0500
commitb75c3bd0faf00112b26ee3e3e1ac572011d0c6e3 (patch)
tree341aed725b7d4690fd4a1c3ab4d329b9cd665cc1 /qadevOOo/runner
parentfa52447b24a833849d0be79487822c036b44554d (diff)
qadevOOo: All classes in the java.lang package are imported by default
Change-Id: I10f87af6e8128354bfca3587dbd390e5d41f5ce7 Reviewed-on: https://gerrit.libreoffice.org/11325 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/convwatch/DBHelper.java1
-rw-r--r--qadevOOo/runner/convwatch/PerformanceContainer.java2
2 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/runner/convwatch/DBHelper.java b/qadevOOo/runner/convwatch/DBHelper.java
index 1a13fd071093..26be888f02fd 100644
--- a/qadevOOo/runner/convwatch/DBHelper.java
+++ b/qadevOOo/runner/convwatch/DBHelper.java
@@ -23,7 +23,6 @@ import java.sql.DriverManager;
import java.sql.Statement;
import java.sql.SQLException;
-import java.lang.Thread;
import java.util.StringTokenizer;
class ShareConnection
diff --git a/qadevOOo/runner/convwatch/PerformanceContainer.java b/qadevOOo/runner/convwatch/PerformanceContainer.java
index 31996739da9e..9db65e08b328 100644
--- a/qadevOOo/runner/convwatch/PerformanceContainer.java
+++ b/qadevOOo/runner/convwatch/PerformanceContainer.java
@@ -21,8 +21,6 @@ package convwatch;
import java.io.File;
import java.io.FileWriter;
import java.io.RandomAccessFile;
-import java.lang.Double;
-
public class PerformanceContainer /* extends *//* implements */ {
/*