the code I write...
... /** * Secret constructor, prevents instantiation by clients; use Builder. */ private StringValidator() {} private static final /** something1 */ private static final /** something2 */ private static final /** something3 */ private StringValidator() { } public StringValidator() { }
Not the best day, eh...