X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fdatabase%2FPostReplyProvider.kt;h=7e09017cce3b03a9b7c328fcfe9de0ebc71f26b5;hp=57e8df75bfb3a763efe2d370da3b0767c904b883;hb=fafe0029dcbef27ce918fdf7007e78c8705ca20f;hpb=d920774a69518c31b5e66d36b830bcf95a5ec237 diff --git a/src/main/kotlin/net/pterodactylus/sone/database/PostReplyProvider.kt b/src/main/kotlin/net/pterodactylus/sone/database/PostReplyProvider.kt index 57e8df7..7e09017 100644 --- a/src/main/kotlin/net/pterodactylus/sone/database/PostReplyProvider.kt +++ b/src/main/kotlin/net/pterodactylus/sone/database/PostReplyProvider.kt @@ -25,7 +25,7 @@ import net.pterodactylus.sone.data.PostReply */ interface PostReplyProvider { - fun getPostReply(id: String): Optional + fun getPostReply(id: String): PostReply? /** * Returns all replies for the given post, order ascending by time.