-
由 Thomas Mueller 提交于
- add missing //## Java 1.5 end ## - according to checkstyle final static fields names are all caps - remove trailing spaces (please configure the IDE accordingly) - add missing space after comma (please configure checkstyle) Please note that counter++ is counter.getAndIncrement() and not counter.incrementAndGet(). But I guess this doesn't make a difference here.
b94fe304