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

java: remove comment noise

Change-Id: If6347197ff4436b4edd06e6e62d8e8e6fe1d4db6
Reviewed-on: https://gerrit.libreoffice.org/13408Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 9711dccd
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
// package name: as default, start with complex // package name: as default, start with complex
package qa; package qa;
// imports
import complexlib.ComplexTestCase; import complexlib.ComplexTestCase;
import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.Type; import com.sun.star.uno.Type;
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
*/ */
package complex.accelerators; package complex.accelerators;
// imports
import com.sun.star.awt.KeyEvent; import com.sun.star.awt.KeyEvent;
import com.sun.star.beans.PropertyValue; import com.sun.star.beans.PropertyValue;
import com.sun.star.beans.XPropertySet; import com.sun.star.beans.XPropertySet;
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
*/ */
package complex.api_internal; package complex.api_internal;
// imports
import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail; import static org.junit.Assert.fail;
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
* *
*************************************************************************/ *************************************************************************/
// imports
import com.sun.star.io.BufferSizeExceededException; import com.sun.star.io.BufferSizeExceededException;
import com.sun.star.io.NotConnectedException; import com.sun.star.io.NotConnectedException;
import com.sun.star.io.XInputStream; import com.sun.star.io.XInputStream;
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
package convwatch; package convwatch;
// imports
import java.util.ArrayList; import java.util.ArrayList;
import java.io.File; import java.io.File;
import java.io.FileFilter; import java.io.FileFilter;
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
package convwatch; package convwatch;
// imports
import java.io.File; import java.io.File;
import java.io.FileFilter; import java.io.FileFilter;
import java.util.ArrayList; import java.util.ArrayList;
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
package convwatch; package convwatch;
// imports
import java.io.File; import java.io.File;
import java.io.FileFilter; import java.io.FileFilter;
import com.sun.star.lang.XMultiServiceFactory; import com.sun.star.lang.XMultiServiceFactory;
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
**/ **/
package complex.unoapi; package complex.unoapi;
// imports
import base.java_complex; import base.java_complex;
import complexlib.ComplexTestCase; import complexlib.ComplexTestCase;
import helper.OfficeProvider; import helper.OfficeProvider;
......
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