From 36a74fe54a0cd99372ea646af31ce41ac5ec5b08 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Aug 2014 15:41:21 +0200 Subject: java: remove unused import Change-Id: Ic703b12c864093764f8d213534af1b2496930e79 --- qadevOOo/runner/convwatch/FilenameHelper.java | 1 - qadevOOo/runner/convwatch/PRNCompare.java | 1 - qadevOOo/runner/helper/ClParser.java | 1 - 3 files changed, 3 deletions(-) (limited to 'qadevOOo/runner') 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
-- cgit