]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/Certificate.java
fix: spelling in GigiApiException
[gigi.git] / src / org / cacert / gigi / dbObjects / Certificate.java
index 541272bdae1fb43a7e9b60186aaed84054309447..79b7ae7f8aeb1b73ff36604eb32c7e691c32c5d1 100644 (file)
@@ -141,7 +141,7 @@ public class Certificate implements IdCachable {
         this.owner = owner;
         this.dn = dn;
         if (dn.size() == 0) {
-            throw new GigiApiException("DN must not be empty");
+            throw new GigiApiException("DN must not be empty.");
         }
         dnString = stringifyDN(dn);
         this.md = md;