diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-09 15:01:12 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-12-10 08:04:33 +0000 |
commit | dd6c337d83eb21f7b4e2a1c755150f2e4c799fb7 (patch) | |
tree | 4e850460e990385d53f0d4b4d78654df77961da0 /unotools | |
parent | 3e7f9e3a8fbb1a556c76d8be181de259793c4560 (diff) |
java: remove some comment noise
Change-Id: I4d15a0e606f468346bc5d2f43af2e14bcc758e13
Reviewed-on: https://gerrit.libreoffice.org/13405
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/qa/complex/tempfile/TempFileUnitTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unotools/qa/complex/tempfile/TempFileUnitTest.java b/unotools/qa/complex/tempfile/TempFileUnitTest.java index 94f897517c6c..28b12ef32d34 100644 --- a/unotools/qa/complex/tempfile/TempFileUnitTest.java +++ b/unotools/qa/complex/tempfile/TempFileUnitTest.java @@ -29,7 +29,8 @@ import org.junit.Test; import org.openoffice.test.OfficeConnection; import static org.junit.Assert.*; -public class TempFileUnitTest /* extends ComplexTestCase */ { +public class TempFileUnitTest +{ private XMultiServiceFactory m_xMSF = null; private XSimpleFileAccess m_xSFA = null; |