X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=util-testing%2Forg%2Fcacert%2Fgigi%2Femail%2FTestEmailProvider.java;h=740120271a0f3e57edc00265bb2298c3eac66ae4;hp=bee64f4bc3f1b6a4458eb73babfc8257cf558305;hb=533294134fb42a02b2557c68eda45f47d77e73cc;hpb=1e1e5b741b623440c756c0b7e2fa14a5ccecb874 diff --git a/util-testing/org/cacert/gigi/email/TestEmailProvider.java b/util-testing/org/cacert/gigi/email/TestEmailProvider.java index bee64f4b..74012027 100644 --- a/util-testing/org/cacert/gigi/email/TestEmailProvider.java +++ b/util-testing/org/cacert/gigi/email/TestEmailProvider.java @@ -45,10 +45,10 @@ public class TestEmailProvider extends EmailProvider { } @Override - public synchronized void sendmail(String to, String subject, String message, String from, String replyto, String toname, String fromname, String errorsto, boolean extra) throws IOException { + public synchronized void sendMail(String to, String subject, String message, String from, String replyto, String toname, String fromname, String errorsto, boolean extra) throws IOException { while (true) { if ( !assureLocalConnection() && target != null) { - target.sendmail(to, subject, message, from, replyto, toname, fromname, errorsto, extra); + target.sendMail(to, subject, message, from, replyto, toname, fromname, errorsto, extra); return; } try {