X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2FAlbumProvider.kt;h=db0146d9ccb72a0375f0d3f9237eba14968b79c6;hp=c0b09e80274e9d447112c593a6be92c692b2164e;hb=fcc0aaae023bbb60b76b5410ee3efc8fdb3d6504;hpb=1715ce9da612dd959781e5e62135600b2876fdbf diff --git a/src/main/kotlin/net/pterodactylus/sone/database/AlbumProvider.kt b/src/main/kotlin/net/pterodactylus/sone/database/AlbumProvider.kt index c0b09e8..db0146d 100644 --- a/src/main/kotlin/net/pterodactylus/sone/database/AlbumProvider.kt +++ b/src/main/kotlin/net/pterodactylus/sone/database/AlbumProvider.kt @@ -1,5 +1,5 @@ /* - * Sone - AlbumProvider.java - Copyright © 2013–2016 David Roden + * Sone - AlbumProvider.kt - Copyright © 2013–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,9 +17,7 @@ package net.pterodactylus.sone.database -import net.pterodactylus.sone.data.Album - -import com.google.common.base.Optional +import net.pterodactylus.sone.data.* /** * Interface for objects that can provide [Album]s by their ID.