diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-07 11:11:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-07 11:11:43 +0200 |
commit | d8df3ed9dfef931d5384a18f3ac3b1f49ee3200c (patch) | |
tree | 6ce13a81aaf6bb8c1a0a3a5309563594716d6b07 /ridljar | |
parent | b6a1034a666049869b079482c21ef0eff1cafb9b (diff) |
error: unknown tag: internal
Change-Id: Ie96b4ed27060498a39bb5fb1ea7a4cb3e17408ff
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/com/sun/star/uno/Type.java | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ridljar/com/sun/star/uno/Type.java b/ridljar/com/sun/star/uno/Type.java index 355d3f8bd659..0589b64cbb2f 100644 --- a/ridljar/com/sun/star/uno/Type.java +++ b/ridljar/com/sun/star/uno/Type.java @@ -274,7 +274,8 @@ public class Type { /** * Constructs a new <code>Type</code> from the given type description. * - * @internal + * <em>For internal URE use only. Not to be used by client code.</em> + * * @param typeDescription a type description. Must not be * <code>null</code>. */ @@ -370,7 +371,8 @@ public class Type { /** * Gives the type description of this type. * - * @internal + * <em>For internal URE use only. Not to be used by client code.</em> + * * @return the type description; may be <code>null</code> */ public TypeDescription getTypeDescription() { @@ -380,7 +382,8 @@ public class Type { /** * Sets the type description for this type. * - * @internal + * <em>For internal URE use only. Not to be used by client code.</em> + * * @param typeDescription the type description */ public void setTypeDescription(TypeDescription typeDescription) { |