summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/uno
diff options
context:
space:
mode:
authorAnurag Jain <anuragjainfzd@gmail.com>2012-10-01 14:10:03 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-10-01 14:10:03 +0200
commit37a2fa5d5a58628d317a2305965863dfe50f140e (patch)
tree3530022e65096c94795565c286203802acb261ac /jurt/com/sun/star/uno
parent8e01b2aca4aad3c4f366b3f8d385b3dbe9aaa886 (diff)
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: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
Diffstat (limited to 'jurt/com/sun/star/uno')
-rw-r--r--jurt/com/sun/star/uno/Ascii.java1
-rw-r--r--jurt/com/sun/star/uno/AsciiString.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/jurt/com/sun/star/uno/Ascii.java b/jurt/com/sun/star/uno/Ascii.java
index 53d8905a797a..09dc8d671e57 100644
--- a/jurt/com/sun/star/uno/Ascii.java
+++ b/jurt/com/sun/star/uno/Ascii.java
@@ -21,7 +21,6 @@ package com.sun.star.uno;
/**
* The Ascii class represents the IDL build in type <code>ascii</code>.
* <p>
- * @author Markus Meyer
* @deprecated do not use
*/
public final class Ascii {
diff --git a/jurt/com/sun/star/uno/AsciiString.java b/jurt/com/sun/star/uno/AsciiString.java
index 172054533a26..235547258bf7 100644
--- a/jurt/com/sun/star/uno/AsciiString.java
+++ b/jurt/com/sun/star/uno/AsciiString.java
@@ -21,7 +21,6 @@ package com.sun.star.uno;
/**
* The Ascii class represents the IDL build in type <code>asciistring</code>.
* <p>
- * @author Markus Meyer
* @deprecated do not use
*/
public final class AsciiString {