X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2FPostReplyStore.kt;h=5616c75ec90c21188db1c36de2fcb064e35295ee;hp=08ba380b535a7003d859c8f8ccac1cdb6c8d9681;hb=c28013c8a4bcb9776a1e2d82ffd6c4c8297ffb62;hpb=d920774a69518c31b5e66d36b830bcf95a5ec237 diff --git a/src/main/kotlin/net/pterodactylus/sone/database/PostReplyStore.kt b/src/main/kotlin/net/pterodactylus/sone/database/PostReplyStore.kt index 08ba380..5616c75 100644 --- a/src/main/kotlin/net/pterodactylus/sone/database/PostReplyStore.kt +++ b/src/main/kotlin/net/pterodactylus/sone/database/PostReplyStore.kt @@ -1,5 +1,5 @@ /* - * Sone - PostReplyStore.java - Copyright © 2013–2016 David Roden + * Sone - PostReplyStore.java - 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,8 +17,7 @@ package net.pterodactylus.sone.database -import net.pterodactylus.sone.data.PostReply -import net.pterodactylus.sone.data.Sone +import net.pterodactylus.sone.data.* /** * Defines a store for [post replies][PostReply].