]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/TestEmailReceiver.java
upd: rename sendmail to sendMail
[gigi.git] / tests / org / cacert / gigi / testUtils / TestEmailReceiver.java
index d7818312ec0a6829ec3c33a80fa355bbe8c03bce..27b166f9667c35109839d9a4fccd404f117831fb 100644 (file)
@@ -273,7 +273,7 @@ public final class TestEmailReceiver extends EmailProvider implements Runnable,
     }
 
     @Override
-    public void sendmail(String to, String subject, String message, String from, String replyto, String toname, String fromname, String errorsto, boolean extra) throws IOException {
+    public void sendMail(String to, String subject, String message, String from, String replyto, String toname, String fromname, String errorsto, boolean extra) throws IOException {
         mails.add(new TestMail(to, subject, message, from, replyto));
     }