Hacker News new | past | comments | ask | show | jobs | submit login

private Singleton self = null; is wrong.

It has to be:

private static Singleton self = null;




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: