Remove bogus and useless comments in libs-core.

Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
This commit is contained in:
Guillaume Poussel
2011-03-04 00:11:22 +01:00
committed by Luboš Luňák
parent 2feb4340b6
commit 76d93f3b5b
26 changed files with 14 additions and 46 deletions

View File

@@ -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
{

View File

@@ -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

View File

@@ -49,8 +49,6 @@ import org.openide.util.NbBundle;
/**
* OpenOffice.org Document filesystem.
*
* @author misha <misha@openoffice.org>
*/
public class OpenOfficeDocFileSystem
extends AbstractFileSystem

View File

@@ -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