1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

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

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);