1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Terminate pointless comment.

This commit is contained in:
Daniel Applebaum 2010-04-06 04:27:47 +00:00
parent 9a8126d89c
commit 0cd04a66c1

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)