diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 15:41:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:49 +0200 |
commit | 36a74fe54a0cd99372ea646af31ce41ac5ec5b08 (patch) | |
tree | eda1396c279fab1919682a1898baba436c707e3e /qadevOOo | |
parent | d504294a77484457f6bc593e6339075ac4262e36 (diff) |
java: remove unused import
Change-Id: Ic703b12c864093764f8d213534af1b2496930e79
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/convwatch/FilenameHelper.java | 1 | ||||
-rw-r--r-- | qadevOOo/runner/convwatch/PRNCompare.java | 1 | ||||
-rw-r--r-- | qadevOOo/runner/helper/ClParser.java | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/qadevOOo/runner/convwatch/FilenameHelper.java b/qadevOOo/runner/convwatch/FilenameHelper.java index c9d47afbf051..35c4f188179d 100644 --- a/qadevOOo/runner/convwatch/FilenameHelper.java +++ b/qadevOOo/runner/convwatch/FilenameHelper.java @@ -28,7 +28,6 @@ package convwatch; import helper.URLHelper; import convwatch.FileHelper; import helper.StringHelper; -import util.utils; interface Filenamer { diff --git a/qadevOOo/runner/convwatch/PRNCompare.java b/qadevOOo/runner/convwatch/PRNCompare.java index ebf18a7a7298..2310afe143a5 100644 --- a/qadevOOo/runner/convwatch/PRNCompare.java +++ b/qadevOOo/runner/convwatch/PRNCompare.java @@ -26,7 +26,6 @@ import convwatch.StatusHelper; import helper.OSHelper; import helper.StringHelper; import java.util.ArrayList; -import util.utils; // --------------------------------- PRNCompare --------------------------------- diff --git a/qadevOOo/runner/helper/ClParser.java b/qadevOOo/runner/helper/ClParser.java index 0d3c7e665e52..fbe102ebffa8 100644 --- a/qadevOOo/runner/helper/ClParser.java +++ b/qadevOOo/runner/helper/ClParser.java @@ -22,7 +22,6 @@ import java.util.Properties; import lib.TestParameters; import util.PropertyName; -import util.utils; /** * This class parses commandline Argument and stores <br> |