Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public String toString() {
* @param from
* the sender of the mail as shown in the mail-client.
* @param vEmails
* all receivers of the mail. The receivers are seperated by
* all receivers of the mail. The receivers are separated by
* commas.
* @param subject
* the subject of the mail.
Expand All @@ -305,7 +305,7 @@ public void sendMail(String from, List<String> vEmails, String subject, String a
* @param from
* the sender of the mail as shown in the mail-client.
* @param vEmails
* all receivers of the mail. The receivers are seperated by
* all receivers of the mail. The receivers are separated by
* commas.
* @param subject
* the subject of the mail.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ private static AggregateConsumer createEndDateConsumer() {
}

/**
* @return Consumer that compute the begining date of the test
* @return Consumer that compute the beginning date of the test
*/
private static AggregateConsumer createBeginDateConsumer() {
AggregateConsumer beginDateConsumer = new AggregateConsumer(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* <ul>
* <li>Time format @see <a href="https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html">DateTimeFormatter</a>
* (optional - defaults to yyyy-MM-dd)</li>
* <li>Start date formated as first param (optional - defaults to now)</li>
* <li>Start date formatted as first param (optional - defaults to now)</li>
* <li>End date</li>
* <li>Locale for the format (optional)</li>
* <li>variable name (optional)</li>
Expand Down
Loading