diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 16:27:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:50 +0200 |
commit | d26540bb05b0443e7988da34372c86f88cbf1f6c (patch) | |
tree | 3f24ac9aa08992ff1e90211b8681711ad92937d4 /ucb/test | |
parent | f124688cfdfbe96ff2be5ab44ea5023725548146 (diff) |
java: remove unused fields
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
Diffstat (limited to 'ucb/test')
-rw-r--r-- | ucb/test/com/sun/star/comp/ucb/GlobalTransfer_Test.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ucb/test/com/sun/star/comp/ucb/GlobalTransfer_Test.java b/ucb/test/com/sun/star/comp/ucb/GlobalTransfer_Test.java index b353fbd1225e..6258301f35c5 100644 --- a/ucb/test/com/sun/star/comp/ucb/GlobalTransfer_Test.java +++ b/ucb/test/com/sun/star/comp/ucb/GlobalTransfer_Test.java @@ -43,10 +43,6 @@ public final class GlobalTransfer_Test extends ComplexTestCase { = "testcase-do-not-remove.sxw"; static private final String httpSourceDir = "http://so-berlin/~webdav/"; - static private final String httpTargetDir - = "http://so-berlin/~webdav/"; - static private final String fileSourceDir - = "file:///d:/temp/source/"; static private final String fileTargetDir = "file:///d:/temp/"; |