Kaydet (Commit) dd6c337d authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Noel Grandin

java: remove some comment noise

Change-Id: I4d15a0e606f468346bc5d2f43af2e14bcc758e13
Reviewed-on: https://gerrit.libreoffice.org/13405Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 3e7f9e3a
......@@ -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 )
{
......
......@@ -54,7 +54,8 @@ class TestHelper
}
}
public class SequenceOutputStreamUnitTest /* extends ComplexTestCase*/ {
public class SequenceOutputStreamUnitTest
{
private XMultiServiceFactory m_xMSF = null;
TestHelper m_aTestHelper = null;
......
......@@ -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;
......
......@@ -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;
......
......@@ -32,7 +32,7 @@ import static org.junit.Assert.*;
/* Document.
*/
public class OLESimpleStorageUnitTest /* extends ComplexTestCase */
public class OLESimpleStorageUnitTest
{
private XMultiServiceFactory m_xMSF = null;
......
......@@ -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;
......
......@@ -89,8 +89,7 @@ class TempDir
}
}
public class CheckMemoryUsage /* extends ComplexTestCase */
public class CheckMemoryUsage
{
private static final String sWriterDoc = "sxw,writer_pdf_Export";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment