aboutsummaryrefslogtreecommitdiff
path: root/src/main/model
diff options
context:
space:
mode:
authorYuuta Liang <yuutaw@student.cs.ubc.ca>2023-11-23 08:55:15 +0800
committerYuuta Liang <yuutaw@student.cs.ubc.ca>2023-11-23 08:55:15 +0800
commiteffe2de5cb2d46481e3966e24b79f1b5e4763dc8 (patch)
treec1392deaa9a69e2c550e60c58e04a4322e5dfb25 /src/main/model
parent4d903cf80c4f2f8a5d6b22964ed23d8584fdbed4 (diff)
downloadjca-effe2de5cb2d46481e3966e24b79f1b5e4763dc8.tar
jca-effe2de5cb2d46481e3966e24b79f1b5e4763dc8.tar.gz
jca-effe2de5cb2d46481e3966e24b79f1b5e4763dc8.tar.bz2
jca-effe2de5cb2d46481e3966e24b79f1b5e4763dc8.zip
Add comments
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
Diffstat (limited to 'src/main/model')
-rw-r--r--src/main/model/ca/Template.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/model/ca/Template.java b/src/main/model/ca/Template.java
index bc64562..44de676 100644
--- a/src/main/model/ca/Template.java
+++ b/src/main/model/ca/Template.java
@@ -34,7 +34,7 @@ public class Template {
private final long validity;
/**
- * EFFECTS: Init with all given parameters, and commonName will be converted into CN=commonName,C=CA.
+ * EFFECTS: Init with all given parameters, and commonName will be converted into CN=commonName,C=CA if nonnull.
* Throws {@link ParseException} if the commonName is invalid.
*/
public Template(String name,