X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2FReplyBuilder.kt;h=47d0e0d5db612a5be551fc3f81d3ba69b1cf047d;hp=1aa6039415116f4856c5e717a5830196c982a11b;hb=438378deab1514f0f608d975ef65f5b7aea44ccb;hpb=6f1f26e3998cfef155b0cf59152827accea70d30 diff --git a/src/main/kotlin/net/pterodactylus/sone/database/ReplyBuilder.kt b/src/main/kotlin/net/pterodactylus/sone/database/ReplyBuilder.kt index 1aa6039..47d0e0d 100644 --- a/src/main/kotlin/net/pterodactylus/sone/database/ReplyBuilder.kt +++ b/src/main/kotlin/net/pterodactylus/sone/database/ReplyBuilder.kt @@ -1,5 +1,5 @@ /* - * Sone - ReplyBuilder.java - Copyright © 2013–2016 David Roden + * Sone - ReplyBuilder.kt - Copyright © 2013–2020 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.Reply -import net.pterodactylus.sone.data.Sone +import net.pterodactylus.sone.data.* /** * Methods that all reply builders need to implement in order to be able to