Terminate pointless comment.

This commit is contained in:
Daniel Applebaum 2010-04-06 04:27:47 +00:00
parent 9a8126d89c
commit 0cd04a66c1
1 changed files with 0 additions and 6 deletions

View File

@ -14,12 +14,6 @@ public class Preferences
{
private static Preferences preferences;
/**
* TODO need to think about what happens if this gets GCed along with the
* Activity that initialized it. Do we lose ability to read Preferences in
* further Activities? Maybe this should be stored in the Application
* context.
*/
public static synchronized Preferences getPreferences(Context context)
{
if (preferences == null)