From 866abc60131b3c9f5ab9c1d203abe5378e241093 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 01:56:06 +0000 Subject: [PATCH] INTEGRATION: CWS sb18 (1.2.120); FILE MERGED 2004/05/11 16:49:36 sb 1.2.120.1: #i21150# Deprecated because it does not support instantiated polymorphic struct types. --- ridljar/com/sun/star/uno/IMethodDescription.java | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ridljar/com/sun/star/uno/IMethodDescription.java b/ridljar/com/sun/star/uno/IMethodDescription.java index 99bddc4af05f..49e4ad3df8d9 100644 --- a/ridljar/com/sun/star/uno/IMethodDescription.java +++ b/ridljar/com/sun/star/uno/IMethodDescription.java @@ -2,9 +2,9 @@ * * $RCSfile: IMethodDescription.java,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2001-10-26 11:43:05 $ + * last change: $Author: obo $ $Date: 2004-06-04 02:56:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,9 +68,11 @@ import java.lang.reflect.Method; /** * The IMethodDescription allows to examine a method * in detail. It gives a view to java methods from a UNO point. - *

- * @version $Revision: 1.2 $ $ $Date: 2001-10-26 11:43:05 $ - * @author Kay Ramme + * + * @deprecated This interface does not cover all the features supported by the + * corresponding (unpublished) implementation. But no client code should need + * to access this functionality, anyway. + * * @since UDK3.0 */ public interface IMethodDescription extends IMemberDescription {