Commit 280670cf authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Improved javadoc.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8694 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4968a924
...@@ -204,8 +204,9 @@ public class Group implements Cacheable, Externalizable { ...@@ -204,8 +204,9 @@ public class Group implements Cacheable, Externalizable {
} }
/** /**
* Returns all extended properties of the group. Groups * Returns all extended properties of the group. Groups have an arbitrary
* have an arbitrary number of extended properties. * number of extended properties. The returned collection can be modified
* to add new properties or remove existing ones.
* *
* @return the extended properties. * @return the extended properties.
*/ */
......
...@@ -273,7 +273,7 @@ public class User implements Cacheable, Externalizable { ...@@ -273,7 +273,7 @@ public class User implements Cacheable, Externalizable {
} }
/** /**
* Returns all extended properties of the group. Groups have an arbitrary * Returns all extended properties of the user. Users have an arbitrary
* number of extended properties. The returned collection can be modified * number of extended properties. The returned collection can be modified
* to add new properties or remove existing ones. * to add new properties or remove existing ones.
* *
......
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