Improved sanitize function.
This commit is contained in:
parent
0d144d4b10
commit
95823db1d9
6 changed files with 43 additions and 31 deletions
|
@ -42,7 +42,7 @@ import java.io.IOException
|
|||
import java.net.URL
|
||||
|
||||
/**
|
||||
* Reads a RSS feed.
|
||||
* Reads an RSS feed.
|
||||
*/
|
||||
class FeedReader(
|
||||
// Bot
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue