Hacker News new | ask | show | jobs
by billjedi 5455 days ago
private Singleton self = null; is wrong.

It has to be:

private static Singleton self = null;