summaryrefslogtreecommitdiff
path: root/qadevOOo
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 /qadevOOo
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 'qadevOOo')
-rw-r--r--qadevOOo/runner/lib/DynamicClassLoader.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/runner/lib/DynamicClassLoader.java b/qadevOOo/runner/lib/DynamicClassLoader.java
index 19c536a4ff9c..5622221fb574 100644
--- a/qadevOOo/runner/lib/DynamicClassLoader.java
+++ b/qadevOOo/runner/lib/DynamicClassLoader.java
@@ -23,6 +23,7 @@ import java.lang.reflect.Constructor;
/**
* @deprecated: moved to util package.
*/
+@Deprecated
public class DynamicClassLoader {
/**