Fixed format
This commit is contained in:
parent
0e4c8ea8af
commit
5f3b8bea52
|
@ -18,7 +18,8 @@ public final class TimestampExtractor {
|
||||||
* Get's a single timestamp from a matcher.
|
* Get's a single timestamp from a matcher.
|
||||||
*
|
*
|
||||||
* @param timestampMatches The matcher which was created using {@link #TIMESTAMPS_PATTERN}
|
* @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/>
|
* @return If a match occurred: a {@link TimestampMatchDTO} filled with information.<br/>
|
||||||
* If not <code>null</code>.
|
* If not <code>null</code>.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue