X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpage%2FFreenetRequest.kt;h=5729b2553ff46230464c249217877104ea8a5a30;hp=914d70f225265fdff86abe4416ecfddb8201917d;hb=HEAD;hpb=dc47bafb2d0c4a2a440389158039993d10cbfd08 diff --git a/src/main/kotlin/net/pterodactylus/sone/web/page/FreenetRequest.kt b/src/main/kotlin/net/pterodactylus/sone/web/page/FreenetRequest.kt index 914d70f..5729b25 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/page/FreenetRequest.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/page/FreenetRequest.kt @@ -1,5 +1,5 @@ /* - * Sone - FreenetRequest.java - Copyright © 2011–2019 David Roden + * Sone - FreenetRequest.kt - Copyright © 2011–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 @@ -22,4 +22,7 @@ import freenet.support.api.* import net.pterodactylus.util.web.* import java.net.* -open class FreenetRequest(uri: URI, method: Method, val httpRequest: HTTPRequest, val toadletContext: ToadletContext) : Request(uri, method) +open class FreenetRequest(uri: URI, method: Method, + val httpRequest: HTTPRequest, + val toadletContext: ToadletContext +) : Request(uri, method)