Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-14 02:27:39 +0000
committerslewis2007-10-14 02:27:39 +0000
commita2c10c398fac24381bb634ed916cae177f3c78b1 (patch)
tree6f143d2471d5e159135bd65e5509fca7ab4ab054
parent23241da4c75d0262aa67eb8b0fd96ec673cfc180 (diff)
downloadorg.eclipse.ecf-a2c10c398fac24381bb634ed916cae177f3c78b1.tar.gz
org.eclipse.ecf-a2c10c398fac24381bb634ed916cae177f3c78b1.tar.xz
org.eclipse.ecf-a2c10c398fac24381bb634ed916cae177f3c78b1.zip
javadocs fixes
-rw-r--r--framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IPresence.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IPresence.java b/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IPresence.java
index 086e0ddfb..9fa721c9a 100644
--- a/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IPresence.java
+++ b/framework/bundles/org.eclipse.ecf.presence/src/org/eclipse/ecf/presence/IPresence.java
@@ -153,7 +153,7 @@ public interface IPresence extends IAdaptable, Serializable {
private static final Type[] VALUES = {AVAILABLE, ERROR, SUBSCRIBE, SUBSCRIBED, UNAVAILABLE, UNSUBSCRIBE, UNSUBSCRIBED, UNKNOWN};
/**
- * @return
+ * @return Object
* @throws ObjectStreamException not thrown by this implementation.
*/
Object readResolve() throws ObjectStreamException {
@@ -241,7 +241,7 @@ public interface IPresence extends IAdaptable, Serializable {
private static final Mode[] VALUES = {AVAILABLE, AWAY, CHAT, DND, EXTENDED_AWAY, INVISIBLE};
/**
- * @return
+ * @return Object
* @throws ObjectStreamException not thrown by this implementation.
*/
Object readResolve() throws ObjectStreamException {

Back to the top