diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-05 12:15:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-08 09:48:18 +0200 |
commit | b58c053fed3c7e2e1e6a4195254e639976a3a809 (patch) | |
tree | 9a7b7f6ed06ee9dc53b6b501112a1fe520e4fccb /unotools | |
parent | d07539ea5e7c2d99e9cc58a00726ecebe56cf018 (diff) |
java: remove unnecessary semi-colons
Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/qa/complex/tempfile/TempFileUnitTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/qa/complex/tempfile/TempFileUnitTest.java b/unotools/qa/complex/tempfile/TempFileUnitTest.java index 3b002a00299e..7c3034dcac81 100644 --- a/unotools/qa/complex/tempfile/TempFileUnitTest.java +++ b/unotools/qa/complex/tempfile/TempFileUnitTest.java @@ -90,5 +90,5 @@ public class TempFileUnitTest /* extends ComplexTestCase */ { } private static final OfficeConnection connection = new OfficeConnection(); -}; +} |