Commit ad2907f4 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed lame bug.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@379 b35dd754-fafc-0310-a699-88a17e54d16e
parent 40dcfe28
...@@ -41,6 +41,6 @@ public final class AuthTokenImpl implements AuthToken, Serializable { ...@@ -41,6 +41,6 @@ public final class AuthTokenImpl implements AuthToken, Serializable {
} }
public boolean isAnonymous() { public boolean isAnonymous() {
return username != null; return username == null;
} }
} }
\ No newline at end of file
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