mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-10-06 00:23:15 +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() {
|
public boolean isApproximation() {
|
||||||
return isApproximation;
|
return isApproximation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "DateWrapper{"
|
||||||
|
+ "offsetDateTime=" + offsetDateTime
|
||||||
|
+ ", isApproximation=" + isApproximation
|
||||||
|
+ '}';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user