summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorTomoyuki Kubota <himajin100000@gmail.com>2019-05-24 19:24:10 +0900
committerMichael Stahl <Michael.Stahl@cib.de>2019-05-27 11:40:35 +0200
commit51f1e62e2dae37746d218a187d4b0158296ad155 (patch)
tree705fea877bb0dd7a9e3982370a7234a00e3ebe1f /svl
parent9d18bc40416b651340804f44ba5fae65f3bbbcfa (diff)
@deprecated should be with @Deprecated
Without this patch, warnings will be given when LibreOffice is built with JDK9 or later. Change-Id: I7aa6e99ace2377fbdb7dd732949ce10d9bd9df58 Reviewed-on: https://gerrit.libreoffice.org/72947 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'svl')
-rw-r--r--svl/qa/complex/ConfigItems/CheckConfigItems.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/svl/qa/complex/ConfigItems/CheckConfigItems.java b/svl/qa/complex/ConfigItems/CheckConfigItems.java
index c7fb641a83b1..6503505f3a88 100644
--- a/svl/qa/complex/ConfigItems/CheckConfigItems.java
+++ b/svl/qa/complex/ConfigItems/CheckConfigItems.java
@@ -35,6 +35,7 @@ import org.openoffice.test.OfficeConnection;
/** @short todo document me
* @deprecated this tests seems no longer work as expected.
*/
+@Deprecated
public class CheckConfigItems
{