qadevOOo/runner/convwatch/DBHelper.java | 1 - qadevOOo/runner/convwatch/PerformanceContainer.java | 2 -- 2 files changed, 3 deletions(-)
New commits: commit b75c3bd0faf00112b26ee3e3e1ac572011d0c6e3 Author: rbuj <robert....@gmail.com> Date: Sun Sep 7 18:23:48 2014 +0200 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 <noelgran...@gmail.com> Tested-by: Noel Grandin <noelgran...@gmail.com> diff --git a/qadevOOo/runner/convwatch/DBHelper.java b/qadevOOo/runner/convwatch/DBHelper.java index 1a13fd0..26be888 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 3199673..9db65e0 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 */ { /* _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits