From 2bf35f3763826e16bbc2f01c12bbc2074176e4cd Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 16 Feb 2018 14:11:27 +0100 Subject: #8797 change javadoc header in MainActivityErrorDialog --- .../main/java/se/leap/bitmaskclient/MainActivityErrorDialog.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/se/leap/bitmaskclient/MainActivityErrorDialog.java b/app/src/main/java/se/leap/bitmaskclient/MainActivityErrorDialog.java index 374c48fa..fd84e83d 100644 --- a/app/src/main/java/se/leap/bitmaskclient/MainActivityErrorDialog.java +++ b/app/src/main/java/se/leap/bitmaskclient/MainActivityErrorDialog.java @@ -1,5 +1,5 @@ /** - * Copyright (c) 2013 LEAP Encryption Access Project and contributers + * Copyright (c) 2018 LEAP Encryption Access Project and contributers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,9 +32,10 @@ import static se.leap.bitmaskclient.eip.EIP.ERRORS; import static se.leap.bitmaskclient.eip.EIP.ERROR_ID; /** - * Implements a dialog to show why a download failed. + * Implements a error dialog for the main activity. * - * @author parmegv + * @author fupduck + * @author cyberta */ public class MainActivityErrorDialog extends DialogFragment { -- cgit v1.2.3