summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-06-28 11:47:16 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-29 22:03:03 +0200
commit48794812ba2c241024f47a548bfddf3db4b8b33b (patch)
treed09e4f9289862396a04b2f492733249858b19c46 /jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java
parent7af400558072e2f328f078e39a121a95bb928804 (diff)
Java cleanup - fix various javadoc issues
Change-Id: Ic292fddb1b9c0ba98b983b257059e50aa1963e46
Diffstat (limited to 'jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java')
-rw-r--r--jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java
index fe3c8852ac37..776296dd6d85 100644
--- a/jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java
+++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java
@@ -27,7 +27,7 @@ public final class BridgedObject {
/**
* Obtains the bridge associated with a bridged object.
*
- * @param object a reference to a (Java representation of a) UNO object;
+ * @param obj a reference to a (Java representation of a) UNO object;
* must not be null
* @return the bridge associated with the given object, if it is indeed
* bridged; otherwise, null is returned