summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-31 10:15:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-31 10:15:47 +0100
commit9e77c2fb7cadfd477fb1b971b011d43f30781660 (patch)
tree7a7d70822e2628a1e6383a15eeedb8fea5309123 /ridljar
parent11235e86497df47ff3acc61c1cab9fff0b91949e (diff)
Remove UNOIDL "array" and "union" vaporware remnants
...and deprecate what cannot be removed for compatibility. Change-Id: I1ea335af775b867b468b8285113631167729a92a
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/com/sun/star/uno/Union.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/ridljar/com/sun/star/uno/Union.java b/ridljar/com/sun/star/uno/Union.java
index 8daabbd4a6f9..6a35d667fb3a 100644
--- a/ridljar/com/sun/star/uno/Union.java
+++ b/ridljar/com/sun/star/uno/Union.java
@@ -19,11 +19,9 @@
package com.sun.star.uno;
/**
- * The Union class is the base class for all classes generated
- * as java binding for the IDL type union.
- * <p>
- * Note: The idl type <code>union<code> is currently not fully
- * integrated into the UNO framework, so don't use it.
+ * Deprecated, UNOIDL does not have a union concept.
+ *
+ * @deprecated
*/
public class Union {
/**