java: remove some comment noise
Change-Id: I1c258b853097448d4a59334d915e94dba4c7eb34
This commit is contained in:
parent
d6d6903e61
commit
5d60214678
23 changed files with 3 additions and 145 deletions
|
@ -15,12 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
/*
|
||||
* StorageAccess.java
|
||||
*
|
||||
* Created on 17. August 2004, 13:32
|
||||
*/
|
||||
|
||||
package com.sun.star.sdbcx.comp.hsqldb;
|
||||
|
||||
public class NativeStorageAccess {
|
||||
|
|
|
@ -15,13 +15,8 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
/*
|
||||
* StorageFileAccess.java
|
||||
*
|
||||
* Created on 31. August 2004, 11:56
|
||||
*/
|
||||
|
||||
package com.sun.star.sdbcx.comp.hsqldb;
|
||||
|
||||
import org.hsqldb.lib.FileAccess;
|
||||
import org.hsqldb.lib.FileSystemRuntimeException;
|
||||
|
||||
|
|
|
@ -15,12 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
/*
|
||||
* StorageNativeInputStream.java
|
||||
*
|
||||
* Created on 9. September 2004, 11:52
|
||||
*/
|
||||
|
||||
package com.sun.star.sdbcx.comp.hsqldb;
|
||||
|
||||
public class StorageNativeInputStream {
|
||||
|
|
|
@ -15,13 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* StorageNativeOutputStream.java
|
||||
*
|
||||
* Created on 1. September 2004, 10:20
|
||||
*/
|
||||
|
||||
package com.sun.star.sdbcx.comp.hsqldb;
|
||||
|
||||
public class StorageNativeOutputStream {
|
||||
|
|
|
@ -15,14 +15,8 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* Class.java
|
||||
*
|
||||
* Created on June 23, 2003, 3:19 PM
|
||||
*/
|
||||
|
||||
package complex.connectivity.hsqldb;
|
||||
|
||||
import complex.connectivity.HsqlDriverTest;
|
||||
import java.sql.*;
|
||||
import java.lang.reflect.Method;
|
||||
|
|
|
@ -15,12 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* TypeDetection6FileFormat.java
|
||||
*
|
||||
* Created on 26. April 2004, 10:37
|
||||
*/
|
||||
package complex.filter.misc;
|
||||
|
||||
import com.sun.star.container.XNameAccess;
|
||||
|
|
|
@ -15,13 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* CellBinding.java
|
||||
*
|
||||
* Created on 12. Mai 2004, 15:15
|
||||
*/
|
||||
|
||||
package integration.forms;
|
||||
|
||||
import com.sun.star.uno.*;
|
||||
|
|
|
@ -15,13 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* ImageComparison.java
|
||||
*
|
||||
* Created on 23. September 2003, 17:40
|
||||
*/
|
||||
|
||||
package integration.forms;
|
||||
|
||||
public final class ImageComparison implements com.sun.star.awt.XImageConsumer
|
||||
|
|
|
@ -15,12 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
/*
|
||||
* SpreadsheetView.java
|
||||
*
|
||||
* Created on 2. Oktober 2003, 14:02
|
||||
*/
|
||||
|
||||
package integration.forms;
|
||||
|
||||
import com.sun.star.uno.*;
|
||||
|
|
|
@ -15,13 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* ByteArrayXInputStram.java
|
||||
*
|
||||
* Created on 10. April 2003, 15:45
|
||||
*/
|
||||
|
||||
package com.sun.star.lib.uno.adapter;
|
||||
|
||||
import com.sun.star.io.XInputStream;
|
||||
|
|
|
@ -15,13 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* ByteArrayXOutputStream.java
|
||||
*
|
||||
* Created on 11. April 2003, 14:20
|
||||
*/
|
||||
|
||||
package com.sun.star.lib.uno.adapter;
|
||||
|
||||
import com.sun.star.io.*;
|
||||
|
|
|
@ -31,16 +31,8 @@
|
|||
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*************************************************************************/
|
||||
|
||||
package org.openoffice.comp.test;
|
||||
|
||||
|
||||
/*
|
||||
* ImageShrink.java
|
||||
*
|
||||
* Created on 4. Mai 2002, 20:25
|
||||
*/
|
||||
|
||||
import com.sun.star.lang.XSingleServiceFactory;
|
||||
import com.sun.star.lang.XMultiServiceFactory;
|
||||
import com.sun.star.comp.loader.FactoryHelper;
|
||||
|
|
|
@ -37,14 +37,6 @@ import com.sun.star.uno.XComponentContext;
|
|||
import com.sun.star.lang.XMultiComponentFactory;
|
||||
import com.sun.star.beans.XPropertySet;
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* OpenQuery.java
|
||||
*
|
||||
* Created on 6. Juli 2002, 10:25
|
||||
*/
|
||||
|
||||
public class OpenQuery {
|
||||
|
||||
/**
|
||||
|
|
|
@ -43,12 +43,6 @@ import com.sun.star.uno.AnyConverter;
|
|||
import com.sun.star.uno.XComponentContext;
|
||||
|
||||
|
||||
/*
|
||||
* OpenQuery.java
|
||||
*
|
||||
* Created on 6. Juli 2002, 10:25
|
||||
*/
|
||||
|
||||
public class Organigram {
|
||||
|
||||
private XComponentContext xRemoteContext = null;
|
||||
|
|
|
@ -15,11 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
/*
|
||||
* SpreadsheetView.java
|
||||
*
|
||||
* Created on 2. Oktober 2003, 14:02
|
||||
*/
|
||||
|
||||
import com.sun.star.lang.*;
|
||||
import com.sun.star.frame.*;
|
||||
|
|
|
@ -100,11 +100,6 @@ import com.sun.star.uno.XComponentContext;
|
|||
import com.sun.star.util.XRefreshable;
|
||||
import com.sun.star.view.XPrintable;
|
||||
|
||||
/*
|
||||
* TextDocuments.java
|
||||
*
|
||||
* Created on 11. April 2002, 08:47
|
||||
*/
|
||||
|
||||
public class TextDocuments {
|
||||
// adjust these constant to your local printer!
|
||||
|
|
|
@ -15,13 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* WindowListener.java
|
||||
*
|
||||
* Created on 30. Juli 2002, 12:36
|
||||
*/
|
||||
|
||||
package helper;
|
||||
|
||||
/**
|
||||
|
|
|
@ -15,13 +15,8 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* _XSingleLayerStratum.java
|
||||
*
|
||||
* Created on 23. March 2004, 16:37
|
||||
*/
|
||||
package ifc.configuration.backend;
|
||||
|
||||
import com.sun.star.configuration.backend.XLayer;
|
||||
import com.sun.star.configuration.backend.XSingleLayerStratum;
|
||||
import com.sun.star.configuration.backend.XUpdatableLayer;
|
||||
|
|
|
@ -21,11 +21,6 @@ import java.io.File;
|
|||
import java.io.IOException;
|
||||
import java.net.URL;
|
||||
import java.net.MalformedURLException;
|
||||
/*
|
||||
* TestApplet.java
|
||||
*
|
||||
* Created on 21. November 2001, 09:37
|
||||
*/
|
||||
|
||||
public class TestApplet extends java.applet.Applet {
|
||||
|
||||
|
|
|
@ -15,12 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
/*
|
||||
* Indexable.java
|
||||
*
|
||||
* Created on 16. September 2003, 11:38
|
||||
*/
|
||||
|
||||
package com.sun.star.wizards.common;
|
||||
|
||||
public interface Indexable {
|
||||
|
|
|
@ -15,11 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
/*
|
||||
* Properties.java
|
||||
*
|
||||
* Created on 1. Oktober 2003, 17:16
|
||||
*/
|
||||
package com.sun.star.wizards.common;
|
||||
|
||||
import com.sun.star.beans.PropertyValue;
|
||||
|
|
|
@ -15,12 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* XMLHelper.java
|
||||
*
|
||||
* Created on 30. September 2003, 15:38
|
||||
*/
|
||||
package com.sun.star.wizards.common;
|
||||
|
||||
import org.w3c.dom.*;
|
||||
|
|
|
@ -15,12 +15,6 @@
|
|||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
/*
|
||||
* XMLSupplier.java
|
||||
*
|
||||
* Created on 19. September 2003, 11:52
|
||||
*/
|
||||
package com.sun.star.wizards.common;
|
||||
|
||||
import org.w3c.dom.Node;
|
||||
|
|
Loading…
Reference in a new issue