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>
This commit is contained in:
Noel Grandin
2014-12-09 15:01:12 +02:00
committed by Noel Grandin
parent 3e7f9e3a8f
commit dd6c337d83
7 changed files with 9 additions and 8 deletions

View File

@@ -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 )
{

View File

@@ -54,7 +54,8 @@ class TestHelper
}
}
public class SequenceOutputStreamUnitTest /* extends ComplexTestCase*/ {
public class SequenceOutputStreamUnitTest
{
private XMultiServiceFactory m_xMSF = null;
TestHelper m_aTestHelper = null;

View File

@@ -47,7 +47,7 @@ import com.sun.star.container.XNamed;
* Check the XCellRangesQuery interface on the SheetCell service. test was
* created for bug i20044.
*/
public class CheckXCellRangesQuery /* extends ComplexTestCase */ {
public class CheckXCellRangesQuery {
XSpreadsheetDocument m_xSheetDoc = null;
XCellRangesQuery m_xCell = null;
XSpreadsheet m_xSpreadSheet = null;

View File

@@ -52,7 +52,7 @@ import org.openoffice.test.OfficeConnection;
import static org.junit.Assert.*;
public class CalcRTL /* extends ComplexTestCase */
public class CalcRTL
{
XSpreadsheetDocument xSheetDoc = null;

View File

@@ -32,7 +32,7 @@ import static org.junit.Assert.*;
/* Document.
*/
public class OLESimpleStorageUnitTest /* extends ComplexTestCase */
public class OLESimpleStorageUnitTest
{
private XMultiServiceFactory m_xMSF = null;

View File

@@ -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;

View File

@@ -89,8 +89,7 @@ class TempDir
}
}
public class CheckMemoryUsage /* extends ComplexTestCase */
public class CheckMemoryUsage
{
private static final String sWriterDoc = "sxw,writer_pdf_Export";