summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2018-02-16 14:11:27 +0100
committercyBerta <cyberta@riseup.net>2018-02-16 14:11:27 +0100
commit2bf35f3763826e16bbc2f01c12bbc2074176e4cd (patch)
treedc79a6844a8ded2cd0c8b8e27e4e0875417889b9
parent84cd098351868af5a7b582a43e79d8a52d3c12c4 (diff)
#8797 change javadoc header in MainActivityErrorDialog
-rw-r--r--app/src/main/java/se/leap/bitmaskclient/MainActivityErrorDialog.java7
1 files 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 {