diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-12 15:53:15 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-18 08:07:34 +0000 |
commit | 757748180971ee9ecb5feb1bb6364844da9992c0 (patch) | |
tree | 228e6935c114d8ef4a60e1795ce59ea814b30874 /qadevOOo/tests | |
parent | 79c6aff069a9593571226bb32e907f837a203b7c (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/tests')
-rw-r--r-- | qadevOOo/tests/java/ifc/frame/_XTasksSupplier.java | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |