mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Clean up kotlin code
* static imports * less nullable types * format
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
|
||||
package org.isoron.uhabits.sync.links
|
||||
|
||||
import org.isoron.uhabits.sync.*
|
||||
import java.time.*
|
||||
import org.isoron.uhabits.sync.defaultMapper
|
||||
|
||||
/**
|
||||
* A Link maps a public URL (such as https://sync.loophabits.org/links/B752A6)
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
|
||||
package org.isoron.uhabits.sync.repository
|
||||
|
||||
import com.sun.org.apache.xpath.internal.operations.*
|
||||
import org.isoron.uhabits.sync.*
|
||||
import org.isoron.uhabits.sync.KeyNotFoundException
|
||||
import org.isoron.uhabits.sync.SyncData
|
||||
|
||||
/**
|
||||
* A class that knows how to store and retrieve a large number of [SyncData] items.
|
||||
|
||||
Reference in New Issue
Block a user