Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a64c779c authored by Jonathan Dixon's avatar Jonathan Dixon Committed by Android (Google) Code Review
Browse files

Merge "Make WebHistoryItem constructor public and hidden"

parents dfd42a9b 5b0c36ab
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -26,7 +26,10 @@ import android.graphics.Bitmap;
 */
public class WebHistoryItem implements Cloneable {

    /* package */ WebHistoryItem() {
    /**
     * @hide
     */
    public WebHistoryItem() {
    }

    /**