X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fdefinitions%2FHistory.java;h=f37ee7c797daff4c574c335b4d9107eb2c95261a;hb=33bd447a83bd3d763ee26bbb3a3f4adb074776ed;hp=180d4ccefe65ba6783ae24fee9848384336bbde6;hpb=61a76e491469916f2f30aebb47b98cda7cceb557;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 180d4cce..f37ee7c7 100644 --- a/app/src/main/java/com/stoutner/privacybrowser/definitions/History.java +++ b/app/src/main/java/com/stoutner/privacybrowser/definitions/History.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 Soren Stoutner . + * Copyright © 2016-2017 Soren Stoutner . * * This file is part of Privacy Browser . * @@ -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.