36373839404142
protected static String[] TEST_LETTERS = new String[]{ "A", "B", "C", }; protected CounterFormatter createFormatter() { return new AbstractAlphabeticFormatter(TEST_LETTERS); }