From d8df3ed9dfef931d5384a18f3ac3b1f49ee3200c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 7 Jun 2016 11:11:25 +0200 Subject: error: unknown tag: internal Change-Id: Ie96b4ed27060498a39bb5fb1ea7a4cb3e17408ff --- ridljar/com/sun/star/uno/Type.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ridljar') 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 Type from the given type description. * - * @internal + * For internal URE use only. Not to be used by client code. + * * @param typeDescription a type description. Must not be * null. */ @@ -370,7 +371,8 @@ public class Type { /** * Gives the type description of this type. * - * @internal + * For internal URE use only. Not to be used by client code. + * * @return the type description; may be null */ public TypeDescription getTypeDescription() { @@ -380,7 +382,8 @@ public class Type { /** * Sets the type description for this type. * - * @internal + * For internal URE use only. Not to be used by client code. + * * @param typeDescription the type description */ public void setTypeDescription(TypeDescription typeDescription) { -- cgit