summaryrefslogtreecommitdiff
path: root/ridljar/com/sun/star/uno/UnoRuntime.java
diff options
context:
space:
mode:
authorrbuj <robert.buj@gmail.com>2014-07-22 12:33:50 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-07-22 14:10:42 +0000
commit0340e62fc9fa78cfe0a6718ac07f1ba31260ff5c (patch)
tree6bd130b9a213c41465450b46ed1015b5de07efb6 /ridljar/com/sun/star/uno/UnoRuntime.java
parentaff263c8b814c6bf352312403d3c1e448c8013a3 (diff)
ridljar: javadoc & Override
Javadoc: apply formatting and remove the warning "empty <p> tag". @Override public String toString() @Override public boolean equals(Object obj) @Override public int hashCode() Change-Id: I64b63d01015535d386ac584831c4ef6e371e863d Reviewed-on: https://gerrit.libreoffice.org/10453 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'ridljar/com/sun/star/uno/UnoRuntime.java')
-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 1ebde7d98094..8178b51a2750 100644
--- a/ridljar/com/sun/star/uno/UnoRuntime.java
+++ b/ridljar/com/sun/star/uno/UnoRuntime.java
@@ -31,7 +31,7 @@ import com.sun.star.lib.util.WeakMap;
*
* <p>The methods <code>queryInterface</code> and <code>areSame</code> delegate
* calls to the implementing objects and are used instead of casts,
- * <code>instanceof</code>, <code>==</code>, and <code>equals</code>.<p>
+ * <code>instanceof</code>, <code>==</code>, and <code>equals</code>.</p>
*
* <p>For historic reasons, this class is not <code>final</code>, and has a
* <code>public</code> constructor. These artifacts are considered mistakes,