]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/definitions/History.java
Update the Guide screenshots.
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / definitions / History.java
index 9d54cd9e75b09c2c115f14541923ce521ed44896..f37ee7c797daff4c574c335b4d9107eb2c95261a 100644 (file)
@@ -24,8 +24,8 @@ import android.graphics.Bitmap;
 // Create a `History` object.
 public class History {
     // Create the `History` package-local variables.
-    public Bitmap entryFavoriteIcon;
-    public String entryUrl;
+    public final Bitmap entryFavoriteIcon;
+    public final String entryUrl;
 
     public History(Bitmap entryFavoriteIcon, String entryUrl){
         // Populate the package-local variables.