mirror of
https://github.com/vanitasvitae/EnigmAndroid.git
synced 2024-11-16 17:32:07 +01:00
Added comment and removed unused import, peanuts if you ask me
This commit is contained in:
parent
0afd64a3f3
commit
e2052a935d
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,7 @@ import android.util.Log;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class that represents the settings activity.
|
* Class that represents the settings activity.
|
||||||
|
* Use the singleton to get an instance of this class to get preferences
|
||||||
* Copyright (C) 2015 Paul Schaub
|
* Copyright (C) 2015 Paul Schaub
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
package de.vanitasvitae.enigmandroid.layout;
|
package de.vanitasvitae.enigmandroid.layout;
|
||||||
|
|
||||||
import android.util.Log;
|
|
||||||
import android.view.View;
|
import android.view.View;
|
||||||
import android.widget.Button;
|
import android.widget.Button;
|
||||||
import android.widget.Spinner;
|
import android.widget.Spinner;
|
||||||
|
|
Loading…
Reference in a new issue