X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fdefinitions%2FHistory.java;fp=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fdefinitions%2FHistory.java;h=f37ee7c797daff4c574c335b4d9107eb2c95261a;hp=9d54cd9e75b09c2c115f14541923ce521ed44896;hb=49655ec36b1119810105b04a81e7ef38933213f0;hpb=b06ccc7ee187d3921b49fd89e80cb0fb6d47e9d9 diff --git a/app/src/main/java/com/stoutner/privacybrowser/definitions/History.java b/app/src/main/java/com/stoutner/privacybrowser/definitions/History.java index 9d54cd9e..f37ee7c7 100644 --- a/app/src/main/java/com/stoutner/privacybrowser/definitions/History.java +++ b/app/src/main/java/com/stoutner/privacybrowser/definitions/History.java @@ -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.