X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FSoneTemplatePage.kt;h=c905ed2311386c8a9e4e5e392dd284efe16a03eb;hb=03cec6a6772c2d836d94864adddaf544cbe9d72f;hp=b288a4ca062e3a19e5628da9efd9a6343c8c8c09;hpb=63c6904d0034dbec520aaf24a2dc0ea435d0107a;p=Sone.git diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/SoneTemplatePage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/SoneTemplatePage.kt index b288a4c..c905ed2 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/SoneTemplatePage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/SoneTemplatePage.kt @@ -14,7 +14,7 @@ import java.net.* /** * Base page for the Sone web interface. */ -open class SoneTemplatePage @JvmOverloads constructor( +open class SoneTemplatePage( private val webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer,