diff options
author | José Guilherme Vanz <guilherme.sft@gmail.com> | 2012-11-23 12:33:36 -0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-24 00:02:15 +0000 |
commit | 1994d859e3fd1ccbf41fad0afddba7d8a514a63d (patch) | |
tree | b04bcc37c26711d324b0c30522baf7ef160778eb /odk | |
parent | 3be15a051444d4d2f805d95e27831d5f466c1497 (diff) |
fdo#51304 Remove @author annotation
This commit removes @author annotations, some templates comments. It has some
cleanup.
Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1146
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/Inspector/XTreePathProvider.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/odk/examples/java/Inspector/XTreePathProvider.java b/odk/examples/java/Inspector/XTreePathProvider.java index 90ab022632f9..fc29af5eb8c2 100644 --- a/odk/examples/java/Inspector/XTreePathProvider.java +++ b/odk/examples/java/Inspector/XTreePathProvider.java @@ -16,15 +16,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -/* - * xTreePathProvider.java - * - * Created on 12. Dezember 2006, 13:30 - * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. - */ - public interface XTreePathProvider { public XUnoNode getLastPathComponent(); |