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/runner | |
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/runner')
-rw-r--r-- | qadevOOo/runner/complexlib/MethodThread.java | 2 |
1 files changed, 1 insertions, 1 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() { |