From dd6c337d83eb21f7b4e2a1c755150f2e4c799fb7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 9 Dec 2014 15:01:12 +0200 Subject: java: remove some comment noise Change-Id: I4d15a0e606f468346bc5d2f43af2e14bcc758e13 Reviewed-on: https://gerrit.libreoffice.org/13405 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- comphelper/qa/complex/comphelper/Map.java | 2 +- comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'comphelper/qa') 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; -- cgit