From 4395680011e5e882d41cd1b3a4a0e14eda7430a8 Mon Sep 17 00:00:00 2001 From: José Guilherme Vanz Date: Mon, 19 Nov 2012 21:05:40 -0200 Subject: fdo#51304: Remove @author annotation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes some @author annotations and some cleanup. Change-Id: Iaf2c4465825dc73af6c1d7377ae847262721c22b Signed-off-by: José Guilherme Vanz Reviewed-on: https://gerrit.libreoffice.org/1122 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- unoxml/qa/complex/unoxml/RDFRepositoryTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'unoxml') 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 { -- cgit