diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-20 12:54:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-20 12:54:24 +0100 |
commit | f6a62d9e4106f36aff899c847d63e3198532796e (patch) | |
tree | 2c006788af8c1367510d7cf2706fd1b8cdaa6b12 /ridljar | |
parent | af4ca5a8c6e2848cb855a15986d5c4c9991140bf (diff) |
Java update - fix various javadoc issues
Along the way, remove some javadoc comments that are completely incorrect.
Change-Id: I02f96b6cbe665d2c10bd6ee245a7d8e2eef0f755
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/com/sun/star/uno/UnoRuntime.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 <code>null</code> * @return a reference to the requested UNO interface type if available, |