diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2012-09-27 00:52:17 -0300 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-09-27 12:22:04 +0100 |
commit | d3f60c050ab8489976c6b5684b4d64c7622a9d50 (patch) | |
tree | 3713758794a82ab827a83a728141d834870268be /qadevOOo/testdocs | |
parent | c73745117d7ce0dc6020020b49120ef3ba350e78 (diff) |
fdo#51304: Remove @author and more commented code
More tags removed and with it, more commented code was found. So remove it all.
Not functional changes here, just a cleanup.
Change-Id: Id4a6b3126ca32f3460dec3056b9caa370d0ee69c
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'qadevOOo/testdocs')
-rw-r--r-- | qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java b/qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java index b14b9417e443..5393c4f15121 100644 --- a/qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java +++ b/qadevOOo/testdocs/backend/org/openoffice/JavaSystemBackend.java @@ -34,11 +34,6 @@ import com.sun.star.uno.UnoRuntime; import com.sun.star.uno.XInterface; import com.sun.star.util.XTimeStamped; - -/** - * - * @author sw93809 - */ public class JavaSystemBackend implements XSingleLayerStratum, XTypeProvider, XServiceInfo, XTimeStamped, XComponent { public final static String __serviceName = "com.sun.star.configuration.backend.PlatformBackend"; @@ -246,4 +241,4 @@ public class JavaSystemBackend implements XSingleLayerStratum, XTypeProvider, return "2004-03-31"; } } -}
\ No newline at end of file +} |