Fixed format

This commit is contained in:
litetex 2021-08-06 22:12:49 +02:00
parent 0e4c8ea8af
commit 5f3b8bea52
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ public final class TimestampExtractor {
* Get's a single timestamp from a matcher.
*
* @param timestampMatches The matcher which was created using {@link #TIMESTAMPS_PATTERN}
* @param baseText The text where the pattern was applied to / where the matcher is based upon
* @param baseText The text where the pattern was applied to /
* where the matcher is based upon
* @return If a match occurred: a {@link TimestampMatchDTO} filled with information.<br/>
* If not <code>null</code>.
*/