summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2012-12-25 15:30:35 +0000
committerPedro Giffuni <pfg@apache.org>2012-12-25 15:30:35 +0000
commite0e666f7165f71e7e0118826f7837ba74278d199 (patch)
treee163f95e78dc1ef766eee754fcf0f41cb1d0b7dc /ridljar
parent48c6a4e849baaff4da51275f75ee4ae04fdabbdf (diff)
Cleanup various javadoc issues.
Collect several javadoc issues from Noel: Fix a bunch of javadoc warnings in param. Cleanup javadoc see tags. Fix various misc. javadoc issues. Author: Noel Grandin
Notes
Notes: prefer: f6a62d9e4106f36aff899c847d63e3198532796e
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/com/sun/star/uno/UnoRuntime.java2
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 30d7a72e1ad9..ff2f297edb47 100644
--- a/ridljar/com/sun/star/uno/UnoRuntime.java
+++ b/ridljar/com/sun/star/uno/UnoRuntime.java
@@ -165,7 +165,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,