X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2FSoneProvider.kt;fp=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2FSoneProvider.kt;h=4156d66c2e2f8eec19facb6a9d10e98be07ad44b;hp=b8ce5e1dd69b4a415b3b01d9d1bbe9618be06d00;hb=03cec6a6772c2d836d94864adddaf544cbe9d72f;hpb=6f1f26e3998cfef155b0cf59152827accea70d30 diff --git a/src/main/kotlin/net/pterodactylus/sone/database/SoneProvider.kt b/src/main/kotlin/net/pterodactylus/sone/database/SoneProvider.kt index b8ce5e1..4156d66 100644 --- a/src/main/kotlin/net/pterodactylus/sone/database/SoneProvider.kt +++ b/src/main/kotlin/net/pterodactylus/sone/database/SoneProvider.kt @@ -1,5 +1,5 @@ /* - * Sone - SoneProvider.java - Copyright © 2011–2016 David Roden + * Sone - SoneProvider.kt - Copyright © 2011–2019 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,12 +17,9 @@ package net.pterodactylus.sone.database -import net.pterodactylus.sone.core.Core -import net.pterodactylus.sone.data.Sone - -import com.google.common.base.Function -import com.google.common.base.Optional -import com.google.inject.ImplementedBy +import com.google.inject.* +import net.pterodactylus.sone.core.* +import net.pterodactylus.sone.data.* /** * Interface for objects that can provide [Sone]s by their ID.