summaryrefslogtreecommitdiffstats
path: root/scripting/java/org/openoffice/netbeans/modules/office/actions/MountDocumentAction.java
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-09-26 01:40:41 -0300
committerNoel Power <noel.power@suse.com>2012-09-26 09:45:00 +0100
commit6595e392eb314b79dec922daf9704569d0c8fff4 (patch)
treefe2f4a1fd04ca3f21c3471ae4d6b5220413d468f /scripting/java/org/openoffice/netbeans/modules/office/actions/MountDocumentAction.java
parentgbuildification of afms (diff)
downloadcore-6595e392eb314b79dec922daf9704569d0c8fff4.tar.gz
core-6595e392eb314b79dec922daf9704569d0c8fff4.zip
fdo#51304: Remove the author of some java source files
This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: I7bff1507212e967069f3d18e6c1040f69501694a Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'scripting/java/org/openoffice/netbeans/modules/office/actions/MountDocumentAction.java')
-rw-r--r--scripting/java/org/openoffice/netbeans/modules/office/actions/MountDocumentAction.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/actions/MountDocumentAction.java b/scripting/java/org/openoffice/netbeans/modules/office/actions/MountDocumentAction.java
index bfd8fe58905f..258c3a1783d9 100644
--- a/scripting/java/org/openoffice/netbeans/modules/office/actions/MountDocumentAction.java
+++ b/scripting/java/org/openoffice/netbeans/modules/office/actions/MountDocumentAction.java
@@ -24,8 +24,6 @@ import org.openide.util.RequestProcessor;
import org.openide.util.actions.CookieAction;
/**
- *
- * @author adams
* @version 1.0
*/
public class MountDocumentAction extends CookieAction