]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/util/Notary.java
Enforce Date-of-births to be day-only.
[gigi.git] / src / org / cacert / gigi / util / Notary.java
index 7cb15aad203dc14619143dfd442b238221c28b62..24118fc3678f4f738818b0fbd7b95cdc738b62f3 100644 (file)
@@ -72,7 +72,7 @@ public class Notary {
      * @throws GigiApiException
      *             if the assurance fails (for various reasons)
      */
-    public synchronized static void assure(User assurer, User assuree, Name assureeName, Date dob, int awarded, String location, String date, AssuranceType type) throws GigiApiException {
+    public synchronized static void assure(User assurer, User assuree, Name assureeName, DayDate dob, int awarded, String location, String date, AssuranceType type) throws GigiApiException {
         may(assurer, assuree, AssuranceType.FACE_TO_FACE);
         GigiApiException gae = new GigiApiException();
         if ( !gae.isEmpty()) {