]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/PreferenceActivity.java
Clean up imports.
[Dictionary.git] / src / com / hughes / android / dictionary / PreferenceActivity.java
index ac41a864afb86e1d25a3f90a73f34e5e37b5995a..c7132e63cffdcdbae878cdedfbee4381ad374635 100644 (file)
 
 package com.hughes.android.dictionary;
 
-import java.util.List;
-
 import android.content.SharedPreferences;
 import android.os.Bundle;
 import android.preference.ListPreference;
 import android.preference.PreferenceManager;
 
+import java.util.List;
+
 public class PreferenceActivity extends android.preference.PreferenceActivity {
 
     static boolean prefsMightHaveChanged = false;