From f6a62d9e4106f36aff899c847d63e3198532796e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 20 Aug 2012 12:54:24 +0100 Subject: Java update - fix various javadoc issues Along the way, remove some javadoc comments that are completely incorrect. Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755 --- ridljar/com/sun/star/uno/UnoRuntime.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ridljar') diff --git a/ridljar/com/sun/star/uno/UnoRuntime.java b/ridljar/com/sun/star/uno/UnoRuntime.java index e20ba72e492d..a2fb84848da4 100644 --- a/ridljar/com/sun/star/uno/UnoRuntime.java +++ b/ridljar/com/sun/star/uno/UnoRuntime.java @@ -160,7 +160,7 @@ public class UnoRuntime { * Queries the given UNO object for the given Java class (which must * represent a UNO interface type). * - * @param ifc a Java class representing a UNO interface type + * @param zInterface a Java class representing a UNO interface type * @param object a reference to any Java object representing (a facet of) a * UNO object; may be null * @return a reference to the requested UNO interface type if available, -- cgit