summaryrefslogtreecommitdiff
path: root/comphelper/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-09 15:01:12 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-12-10 08:04:33 +0000
commitdd6c337d83eb21f7b4e2a1c755150f2e4c799fb7 (patch)
tree4e850460e990385d53f0d4b4d78654df77961da0 /comphelper/qa
parent3e7f9e3a8fbb1a556c76d8be181de259793c4560 (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 'comphelper/qa')
-rw-r--r--comphelper/qa/complex/comphelper/Map.java2
-rw-r--r--comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java3
2 files changed, 3 insertions, 2 deletions
diff --git a/comphelper/qa/complex/comphelper/Map.java b/comphelper/qa/complex/comphelper/Map.java
index af67b3c31365..e6ad21db2a6c 100644
--- a/comphelper/qa/complex/comphelper/Map.java
+++ b/comphelper/qa/complex/comphelper/Map.java
@@ -49,7 +49,7 @@ import static org.junit.Assert.*;
/** complex test case for the css.container.Map implementation
*/
-public class Map /* extends complexlib.ComplexTestCase */
+public class Map
{
private static String impl_getNth( int n )
{
diff --git a/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java b/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
index 9d48f8e46c50..b3a0f46eeb40 100644
--- a/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
+++ b/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
@@ -54,7 +54,8 @@ class TestHelper
}
}
-public class SequenceOutputStreamUnitTest /* extends ComplexTestCase*/ {
+public class SequenceOutputStreamUnitTest
+{
private XMultiServiceFactory m_xMSF = null;
TestHelper m_aTestHelper = null;