X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2FSoneProvider.kt;h=41abeb05db6baaae026340d5fb0359b11474d66a;hp=b8ce5e1dd69b4a415b3b01d9d1bbe9618be06d00;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=8e313509a42a8c638fcac018dd73dd975bf9cb68 diff --git a/src/main/kotlin/net/pterodactylus/sone/database/SoneProvider.kt b/src/main/kotlin/net/pterodactylus/sone/database/SoneProvider.kt index b8ce5e1..41abeb0 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.java - 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.