Added comment and removed unused import, peanuts if you ask me

This commit is contained in:
VanitasVitae 2015-11-06 19:07:28 +01:00
parent 0afd64a3f3
commit e2052a935d
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,7 @@ import android.util.Log;
/**
* Class that represents the settings activity.
* Use the singleton to get an instance of this class to get preferences
* Copyright (C) 2015 Paul Schaub
This program is free software; you can redistribute it and/or modify
@ -245,4 +246,4 @@ public class SettingsActivity extends PreferenceActivity
return instance;
}
}
}
}

View file

@ -1,6 +1,5 @@
package de.vanitasvitae.enigmandroid.layout;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Spinner;