From 757748180971ee9ecb5feb1bb6364844da9992c0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 12 Nov 2014 15:53:15 +0200 Subject: java: rather use @Deprecated annotation than an empty @deprecated tag Change-Id: I1646ce1c0c8823ac5be0153aeb8eb2b830e7ebfa Reviewed-on: https://gerrit.libreoffice.org/12525 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- qadevOOo/runner/complexlib/MethodThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/runner') 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() { -- cgit