diff options
author | Anurag Jain <anuragjainfzd@gmail.com> | 2012-10-01 14:10:03 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-10-01 14:10:03 +0200 |
commit | 37a2fa5d5a58628d317a2305965863dfe50f140e (patch) | |
tree | 3530022e65096c94795565c286203802acb261ac /odk/examples/java/Inspector/XTreePathProvider.java | |
parent | 8e01b2aca4aad3c4f366b3f8d385b3dbe9aaa886 (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 'odk/examples/java/Inspector/XTreePathProvider.java')
-rw-r--r-- | odk/examples/java/Inspector/XTreePathProvider.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/odk/examples/java/Inspector/XTreePathProvider.java b/odk/examples/java/Inspector/XTreePathProvider.java index 99d54bf5bad7..90ab022632f9 100644 --- a/odk/examples/java/Inspector/XTreePathProvider.java +++ b/odk/examples/java/Inspector/XTreePathProvider.java @@ -25,10 +25,6 @@ * and open the template in the editor. */ -/** - * - * @author bc93774 - */ public interface XTreePathProvider { public XUnoNode getLastPathComponent(); |