Author: vsiveton
Date: Wed Mar  4 21:27:13 2009
New Revision: 750159

URL: http://svn.apache.org/viewvc?rev=750159&view=rev
Log:
o javadoc

Modified:
    
incubator/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/opensocial/model/Message.java

Modified: 
incubator/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/opensocial/model/Message.java
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/opensocial/model/Message.java?rev=750159&r1=750158&r2=750159&view=diff
==============================================================================
--- 
incubator/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/opensocial/model/Message.java
 (original)
+++ 
incubator/shindig/trunk/java/social-api/src/main/java/org/apache/shindig/social/opensocial/model/Message.java
 Wed Mar  4 21:27:13 2009
@@ -32,7 +32,9 @@
  * see
  * <a 
href="http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Message";>
  * 
http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Message</a>
- *
+ * <br/>
+ * <a href="http://wiki.opensocial.org/index.php?title=Messaging_API_Changes";>
+ * http://wiki.opensocial.org/index.php?title=Messaging_API_Changes</a>
  */
 
 @ImplementedBy(MessageImpl.class)
@@ -109,7 +111,7 @@
     PRIVATE_MESSAGE("privateMessage"),
     /** A message to a specific user that can be seen by more than that user. 
*/
     PUBLIC_MESSAGE("publicMessage");
-    
+
 
     /**
      * The type of message.
@@ -290,7 +292,7 @@
    * @param timeSent the time the message was sent
    */
   void setTimeSent(Date timeSent);
-  
+
   /**
    * Gets the title of the message.
    * @return the title of the message
@@ -338,7 +340,7 @@
   Date getUpdated();
 
   /**
-   * Sets the updated timestamp for the message. 
+   * Sets the updated timestamp for the message.
    */
   void setUpdated(Date updated);
 


Reply via email to