X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fdefinitions%2FHistory.java;h=f37ee7c797daff4c574c335b4d9107eb2c95261a;hb=af807cce079aaae9cbf0430e7da946fcbe0c99c3;hp=9d54cd9e75b09c2c115f14541923ce521ed44896;hpb=f82135d919d64d4909c37c79a18e14ceba802579;p=PrivacyBrowserAndroid.git 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.