in the java version of my app, my class had a getI...
# announcements
j
in the java version of my app, my class had a getInstance() method and a clearInstance() method. the getInstance() simply returned the static instance variable, and the clearInstance() method actually set the static instance variable to null