the code I write...
Dec. 9th, 2008 02:12 pm
...
/**
* 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...