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 /ridljar/com/sun/star/uno | |
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 'ridljar/com/sun/star/uno')
-rw-r--r-- | ridljar/com/sun/star/uno/Union.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ridljar/com/sun/star/uno/Union.java b/ridljar/com/sun/star/uno/Union.java index 88080954c5e8..4c7da7b51075 100644 --- a/ridljar/com/sun/star/uno/Union.java +++ b/ridljar/com/sun/star/uno/Union.java @@ -20,9 +20,8 @@ package com.sun.star.uno; /** * Deprecated, UNOIDL does not have a union concept. - * - * @deprecated */ +@Deprecated public class Union { /** * Get the value in the union. |