Commit fd40a4b4 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed minor typo.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3857 b35dd754-fafc-0310-a699-88a17e54d16e
parent 799b0b3b
...@@ -96,7 +96,7 @@ public class RosterItem implements Cacheable { ...@@ -96,7 +96,7 @@ public class RosterItem implements Cacheable {
public static final SubType SUB_BOTH = new SubType("both", 3); public static final SubType SUB_BOTH = new SubType("both", 3);
/** /**
* <p>The roster item has no pending subscripton requests.</p> * <p>The roster item has no pending subscription requests.</p>
*/ */
public static final AskType ASK_NONE = new AskType("", -1); public static final AskType ASK_NONE = new AskType("", -1);
/** /**
......
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