diff options
author | José Guilherme Vanz <guilherme.sft@gmail.com> | 2012-11-19 21:05:40 -0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-20 05:15:45 +0000 |
commit | 4395680011e5e882d41cd1b3a4a0e14eda7430a8 (patch) | |
tree | 438acf9aa5f2d3af06f3ab67b7265fdc19d10013 /unoxml | |
parent | 677a3f75e77b35f256b77b1de727790b468ab899 (diff) |
fdo#51304: Remove @author annotation
This commit removes some @author annotations and some cleanup.
Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1122
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/qa/complex/unoxml/RDFRepositoryTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unoxml/qa/complex/unoxml/RDFRepositoryTest.java b/unoxml/qa/complex/unoxml/RDFRepositoryTest.java index 3c6bc9275d34..c84ab56547a9 100644 --- a/unoxml/qa/complex/unoxml/RDFRepositoryTest.java +++ b/unoxml/qa/complex/unoxml/RDFRepositoryTest.java @@ -53,7 +53,6 @@ import static org.junit.Assert.*; * Currently, this service is implemented in * unoxml/source/rdf/librdf_repository.cxx * - * @author mst */ public class RDFRepositoryTest { |