summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-12 15:53:15 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-11-18 08:07:34 +0000
commit757748180971ee9ecb5feb1bb6364844da9992c0 (patch)
tree228e6935c114d8ef4a60e1795ce59ea814b30874 /qadevOOo
parent79c6aff069a9593571226bb32e907f837a203b7c (diff)
java: rather use @Deprecated annotation
than an empty @deprecated tag Change-Id: I1646ce1c0c8823ac5be0153aeb8eb2b830e7ebfa Reviewed-on: https://gerrit.libreoffice.org/12525 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/complexlib/MethodThread.java2
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java1
2 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/runner/complexlib/MethodThread.java b/qadevOOo/runner/complexlib/MethodThread.java
index b6f1b81affba..11bdcb61ded1 100644
--- a/qadevOOo/runner/complexlib/MethodThread.java
+++ b/qadevOOo/runner/complexlib/MethodThread.java
@@ -114,8 +114,8 @@ public class MethodThread extends Thread
/**
* Stop the running method.
- * @deprecated
*/
+ @Deprecated
@Override
public void destroy()
{
diff --git a/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java b/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java
index 4b52450b2064..9409cf36c8ed 100644
--- a/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java
+++ b/qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java
@@ -49,7 +49,6 @@ public class _XTasksSupplier extends MultiMethodTest {
/**
* DEPRECATED. <p>
* Has <b> OK </b> status.
- * @deprecated
*/
@Deprecated
public void _getTasks() {