java: remove comment noise

Change-Id: If6347197ff4436b4edd06e6e62d8e8e6fe1d4db6
Reviewed-on: https://gerrit.libreoffice.org/13408
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:52:22 +02:00 committed by Noel Grandin
parent 9711dccd7f
commit ffffc526e3
8 changed files with 0 additions and 8 deletions

View File

@ -19,7 +19,6 @@
// package name: as default, start with complex
package qa;
// imports
import complexlib.ComplexTestCase;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.Type;

View File

@ -17,7 +17,6 @@
*/
package complex.accelerators;
// imports
import com.sun.star.awt.KeyEvent;
import com.sun.star.beans.PropertyValue;
import com.sun.star.beans.XPropertySet;

View File

@ -17,7 +17,6 @@
*/
package complex.api_internal;
// imports
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;

View File

@ -32,7 +32,6 @@
*
*************************************************************************/
// imports
import com.sun.star.io.BufferSizeExceededException;
import com.sun.star.io.NotConnectedException;
import com.sun.star.io.XInputStream;

View File

@ -18,7 +18,6 @@
package convwatch;
// imports
import java.util.ArrayList;
import java.io.File;
import java.io.FileFilter;

View File

@ -18,7 +18,6 @@
package convwatch;
// imports
import java.io.File;
import java.io.FileFilter;
import java.util.ArrayList;

View File

@ -18,7 +18,6 @@
package convwatch;
// imports
import java.io.File;
import java.io.FileFilter;
import com.sun.star.lang.XMultiServiceFactory;

View File

@ -20,7 +20,6 @@
**/
package complex.unoapi;
// imports
import base.java_complex;
import complexlib.ComplexTestCase;
import helper.OfficeProvider;