Hacker Newsnew | past | comments | ask | show | jobs | submit | billjedi's commentslogin

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: