diff options
author | Tomoyuki Kubota <himajin100000@gmail.com> | 2019-05-24 19:24:10 +0900 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-05-27 11:40:35 +0200 |
commit | 51f1e62e2dae37746d218a187d4b0158296ad155 (patch) | |
tree | 705fea877bb0dd7a9e3982370a7234a00e3ebe1f /jurt/com/sun/star/lib | |
parent | 9d18bc40416b651340804f44ba5fae65f3bbbcfa (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 'jurt/com/sun/star/lib')
-rw-r--r-- | jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java index 56fc0b4c905e..392e031e3063 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java @@ -360,6 +360,7 @@ public class java_remote_bridge * * @deprecated as of UDK 1.0 */ + @Deprecated public java_remote_bridge(Object args[]) throws Exception { this(UnoRuntime.getEnvironment("java", null), UnoRuntime.getEnvironment("remote", null), args); } |