Commit f2c5af29 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Minor documentation tweak.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9927 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9e67ea6a
...@@ -34,7 +34,7 @@ import java.util.Date; ...@@ -34,7 +34,7 @@ import java.util.Date;
*/ */
public class LockOutManager { public class LockOutManager {
// Wrap this guy up so we can mock out the UserManager class. // Wrap this guy up so we can mock out the LockOutManager class.
private static final class LockOutManagerContainer { private static final class LockOutManagerContainer {
private static final LockOutManager instance = new LockOutManager(); private static final LockOutManager instance = new LockOutManager();
} }
......
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