aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/ui/RevokeDialog.java4
-rw-r--r--src/main/ui/TemplateEditDialog.java9
2 files changed, 2 insertions, 11 deletions
diff --git a/src/main/ui/RevokeDialog.java b/src/main/ui/RevokeDialog.java
index f611b0f..ad0d4be 100644
--- a/src/main/ui/RevokeDialog.java
+++ b/src/main/ui/RevokeDialog.java
@@ -28,8 +28,8 @@ import static ui.widgets.UIUtils.alert;
* A dialog that presents user with cert info, revocation reason, and revocation time.
* +----------------------------+
* |Revoking: CN=xyz (Serial: 1)|
- * |Reason: <Drop Down> |
- * |Time: <ISO-8601 text> |
+ * |Reason: (Drop Down) |
+ * |Time: (ISO-8601 text) |
* | |
* | Revoke Cancel|
* +----------------------------+
diff --git a/src/main/ui/TemplateEditDialog.java b/src/main/ui/TemplateEditDialog.java
index 7c33af6..a3986de 100644
--- a/src/main/ui/TemplateEditDialog.java
+++ b/src/main/ui/TemplateEditDialog.java
@@ -13,15 +13,6 @@ import static ui.widgets.UIUtils.alert;
/**
* A dialog that allows users to input template name, subject, and validity.
- * ┌───────────────────────────┐
- * │ New Template │
- * │ │
- * │Template: _________│
- * │Subject: _________│
- * │Validity (Days): (Spinner)│
- * │ │
- * │ Add Cancel│
- * └───────────────────────────┘
*/
public class TemplateEditDialog extends CertEditDialog<Template> {
/**