aboutsummaryrefslogtreecommitdiff
path: root/src/main/ui/RevokeDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/ui/RevokeDialog.java')
-rw-r--r--src/main/ui/RevokeDialog.java16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/main/ui/RevokeDialog.java b/src/main/ui/RevokeDialog.java
index 49c13d1..f611b0f 100644
--- a/src/main/ui/RevokeDialog.java
+++ b/src/main/ui/RevokeDialog.java
@@ -26,15 +26,13 @@ import static ui.widgets.UIUtils.alert;
/**
* A dialog that presents user with cert info, revocation reason, and revocation time.
- * ┌────────────────────────────┐
- * │ Revoke Certificate │
- * │ │
- * │Revoking: CN=xyz (Serial: 1)│
- * │Reason: (Drop Down) │
- * │Time: (ISO-8601 text) │
- * │ │
- * │ Revoke Cancel│
- * └────────────────────────────┘
+ * +----------------------------+
+ * |Revoking: CN=xyz (Serial: 1)|
+ * |Reason: <Drop Down> |
+ * |Time: <ISO-8601 text> |
+ * | |
+ * | Revoke Cancel|
+ * +----------------------------+
*/
public class RevokeDialog extends JDialog {
/**