Open GoogleCodeExporter opened 9 years ago
This one too?
public final static char[] CHAR_PASSWORD_LOWERS = { 'a', 'b', 'c', 'd', 'e',
'f', 'g', 'h', 'j', 'k', 'm', 'n', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x',
'y', 'z' };
public final static Set<Character> PASSWORD_LOWERS;
static {
PASSWORD_LOWERS = CollectionsUtil.arrayToSet(CHAR_ALPHANUMERICS);
}
Original comment by luke.bid...@gmail.com
on 11 Aug 2011 at 1:29
Original issue reported on code.google.com by
luke.bid...@gmail.com
on 11 Aug 2011 at 1:24