mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-10-05 16:12:47 +02:00
[Localization] Add toString to DateWrapper for better debugging
This commit is contained in:
@@ -69,4 +69,12 @@ public class DateWrapper implements Serializable {
|
||||
public boolean isApproximation() {
|
||||
return isApproximation;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "DateWrapper{"
|
||||
+ "offsetDateTime=" + offsetDateTime
|
||||
+ ", isApproximation=" + isApproximation
|
||||
+ '}';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user