]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/util/IntentLauncher.java
Fix issues noted by lint tools.
[Dictionary.git] / src / com / hughes / android / util / IntentLauncher.java
index edb1195ce17830e35ca890650f28ab4beed9a3a6..632a50c84290a85ffae49d538cd65c7ce37b0a3f 100644 (file)
@@ -8,8 +8,8 @@ import android.view.View.OnClickListener;
 
 public class IntentLauncher implements OnClickListener {
 
-    final Context context;
-    final Intent intent;
+    private final Context context;
+    private final Intent intent;
 
     public IntentLauncher(final Context context, final Intent intent) {
         this.context = context;