]> WPIA git - gigi.git/commitdiff
fmt: adjust correct wording
authorINOPIAE <m.maengel@inopiae.de>
Sun, 22 Jul 2018 08:31:08 +0000 (10:31 +0200)
committerINOPIAE <m.maengel@inopiae.de>
Sun, 22 Jul 2018 08:31:08 +0000 (10:31 +0200)
Change-Id: I33408bfa2367feb95b9f8f75d34fc74c94a9fc98

src/club/wpia/gigi/dbObjects/EmailAddress.java

index 7d4c984e8e8233892e537799ce8b3ec4b174e4d9..f8629d946bc85bc396947d2c360a2314704babde 100644 (file)
@@ -111,7 +111,7 @@ public class EmailAddress implements IdCachable, Verifyable {
             stmt.setInt(2, owner.getId());
             stmt.setString(3, hash);
             if ( !stmt.executeMaybeUpdate()) {
             stmt.setInt(2, owner.getId());
             stmt.setString(3, hash);
             if ( !stmt.executeMaybeUpdate()) {
-                throw new IllegalArgumentException("Given token could not be found to complete the verification process (Domain Ping).");
+                throw new IllegalArgumentException("Given token could not be found to complete the verification process (Email Ping).");
             }
         }
         // Verify user with that primary email
             }
         }
         // Verify user with that primary email