We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20e817 commit 2603bbeCopy full SHA for 2603bbe
elections-ejb/src/main/java/net/lacnic/elections/ejb/commons/impl/MailsSendingEJBBean.java
@@ -1,6 +1,5 @@
1
package net.lacnic.elections.ejb.commons.impl;
2
3
-import java.io.IOException;
4
import java.io.StringWriter;
5
import java.sql.SQLException;
6
import java.util.ArrayList;
@@ -244,7 +243,7 @@ private String addVotes(List<Vote> votes) {
244
243
* @return returns a string with the template filled.
245
*
246
*/
247
- private String processTemplate(String template, Map<String, Object> variables) throws IOException {
+ private String processTemplate(String template, Map<String, Object> variables) {
248
VelocityEngine velocityEngine = new VelocityEngine();
249
velocityEngine.init();
250
VelocityContext context = new VelocityContext();
0 commit comments