Skip to content

Commit b31d383

Browse files
TacoTheDankStypox
authored andcommitted
Change Converters to class to fix build
1 parent 0f81a05 commit b31d383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/database/Converters.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.time.Instant
77
import java.time.OffsetDateTime
88
import java.time.ZoneOffset
99

10-
object Converters {
10+
class Converters {
1111
/**
1212
* Convert a long value to a [OffsetDateTime].
1313
*

0 commit comments

Comments
 (0)