ant doesn't like the unicode symbol

This commit is contained in:
Jesse Vincent 2011-01-13 16:28:57 +00:00
parent 759ba96ae4
commit e36ead77c4
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class ImapResponseParser
* method that parses a resp-text token. There's no need to use
* readToken()/parseToken() on that data.
*
* See RFC 3501, §9 Formal Syntax (resp-text)
* See RFC 3501, Section 9 Formal Syntax (resp-text)
*/
}
response.mCompleted = (token == null);