>>>>> "T" == TreKing <[email protected]> writes:
T> On Wed, Mar 23, 2011 at 11:37 AM, Jake Colman <[email protected]> wrote: >> public static MyClass getInstance() { >> if( instance = null ) >> instance = new MyClass(); >> return instance; >> } >> T> I hope that was a typo. If that's your actual code, you have T> bigger problems. Yes, I do know the difference between "=" and "==". :-) -- Jake Colman -- Android Tinkerer -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

