Commit 9f03d383 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Javadoc fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2674 b35dd754-fafc-0310-a699-88a17e54d16e
parent edd379bd
...@@ -32,9 +32,9 @@ public class OfflineMessage extends Message { ...@@ -32,9 +32,9 @@ public class OfflineMessage extends Message {
} }
/** /**
* Returns the data when the offline message was stored in the database. * Returns the date when the offline message was stored in the database.
* *
* @return * @return the date the offline message was stored.
*/ */
public Date getCreationDate() { public Date getCreationDate() {
return creationDate; return creationDate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment