Commit 545d83f2 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Javadoc work.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1613 b35dd754-fafc-0310-a699-88a17e54d16e
parent efe1aeb2
...@@ -25,6 +25,9 @@ import java.util.Iterator; ...@@ -25,6 +25,9 @@ import java.util.Iterator;
import java.util.LinkedList; import java.util.LinkedList;
import java.util.List; import java.util.List;
/**
* Implementation of the AuditManager interface.
*/
public class AuditManagerImpl extends BasicModule implements AuditManager { public class AuditManagerImpl extends BasicModule implements AuditManager {
private boolean enabled; private boolean enabled;
......
...@@ -221,7 +221,7 @@ public interface UserProvider { ...@@ -221,7 +221,7 @@ public interface UserProvider {
int numResults) throws UnsupportedOperationException; int numResults) throws UnsupportedOperationException;
/** /**
* Returns true if the UserProvider is read-only. When read-only, that means that * Returns true if this UserProvider is read-only. When read-only,
* users can not be created, deleted, or modified. * users can not be created, deleted, or modified.
* *
* @return true if the user provider is read-only. * @return true if the user provider is read-only.
......
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