diff --git a/app/src/main/java/org/schabi/newpipe/util/external_communication/TimestampExtractor.java b/app/src/main/java/org/schabi/newpipe/util/external_communication/TimestampExtractor.java index 97f593b85..a13c66402 100644 --- a/app/src/main/java/org/schabi/newpipe/util/external_communication/TimestampExtractor.java +++ b/app/src/main/java/org/schabi/newpipe/util/external_communication/TimestampExtractor.java @@ -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.
* If not null. */