Improved sanitize function.

This commit is contained in:
Erik C. Thauvin 2021-10-25 17:27:55 -07:00
parent 0d144d4b10
commit 95823db1d9
6 changed files with 43 additions and 31 deletions

View file

@ -42,7 +42,7 @@ import java.io.IOException
import java.net.URL
/**
* Reads a RSS feed.
* Reads an RSS feed.
*/
class FeedReader(
// Bot

View file

@ -66,7 +66,7 @@ class TellMessage internal constructor(
var id: String = queued.format(DateTimeFormatter.ofPattern("yyyyMMddHHmmss"))
/**
* Returns {@code true) if a notification was send.
* Returns {@code true) if a notification was sent.
*/
var isNotified = false
@ -82,7 +82,7 @@ class TellMessage internal constructor(
}
/**
* Return the message creating date.
* Returns the message creating date.
*/
var receptionDate: LocalDateTime = LocalDateTime.MIN