summaryrefslogtreecommitdiffstats
path: root/scripting/java/org
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-04 00:11:22 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-04 19:40:06 +0100
commit76d93f3b5b699a8b31968375d78a37ddeafc4c24 (patch)
tree25ead6e6a3b7d539c9cc38b3a956dae35018138c /scripting/java/org
parentfix custom-tool-panel build dependencies (diff)
downloadcore-76d93f3b5b699a8b31968375d78a37ddeafc4c24.tar.gz
core-76d93f3b5b699a8b31968375d78a37ddeafc4c24.zip
Remove bogus and useless comments in libs-core.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'scripting/java/org')
-rw-r--r--scripting/java/org/openoffice/idesupport/LocalOffice.java2
-rw-r--r--scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java2
-rw-r--r--scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java2
-rw-r--r--scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java2
4 files changed, 0 insertions, 8 deletions
diff --git a/scripting/java/org/openoffice/idesupport/LocalOffice.java b/scripting/java/org/openoffice/idesupport/LocalOffice.java
index 73f319a87269..1bfeca4a8663 100644
--- a/scripting/java/org/openoffice/idesupport/LocalOffice.java
+++ b/scripting/java/org/openoffice/idesupport/LocalOffice.java
@@ -38,8 +38,6 @@ import java.util.Vector;
* releated functionality of the locally running office. The
* office has to be started with options appropriate for establishing
* local connection.
- *
- * @author misha <misha@openoffice.org>
*/
public class LocalOffice
{
diff --git a/scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java b/scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java
index 491aa61cb052..fa42a7be1f1b 100644
--- a/scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java
+++ b/scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java
@@ -51,8 +51,6 @@ import org.openoffice.idesupport.LocalOffice;
* get access to some scripting framework releated functionality
* of the locally running office. The office has to be started
* with options appropriate for establishing local connection.
- *
- * @author misha <misha@openoffice.org>
*/
public final class LocalOfficeImpl
extends LocalOffice
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
index 795da90df74f..cd240cdae0f6 100644
--- a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
+++ b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
@@ -49,8 +49,6 @@ import org.openide.util.NbBundle;
/**
* OpenOffice.org Document filesystem.
- *
- * @author misha <misha@openoffice.org>
*/
public class OpenOfficeDocFileSystem
extends AbstractFileSystem
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java
index c282a2fa2ad7..5a589a2631ba 100644
--- a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java
+++ b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystemBeanInfo.java
@@ -38,8 +38,6 @@ import org.openide.util.Utilities;
/**
* Description of the OpenOffice.org Document filesystem.
- *
- * @author misha <misha@openoffice.org>
*/
public class OpenOfficeDocFileSystemBeanInfo
extends SimpleBeanInfo