File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
servlet/src/main/scala/org/http4s/servlet Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ sealed abstract class ServletIo[F[_]: Async] {
41
41
/** An alias for [[reader ]]. In the future, this will be optimized with
42
42
* the dispatcher.
43
43
*
44
- * @dispatcher currently ignored
44
+ * @param dispatcher currently ignored
45
45
*/
46
46
def requestBody (
47
47
servletRequest : HttpServletRequest ,
@@ -57,7 +57,7 @@ sealed abstract class ServletIo[F[_]: Async] {
57
57
/** An alias for [[initWriter ]]. In the future, this will be
58
58
* optimized with the dispatcher.
59
59
*
60
- * @dispatcher currently ignored
60
+ * @param dispatcher currently ignored
61
61
*/
62
62
def bodyWriter (servletResponse : HttpServletResponse , dispatcher : Dispatcher [F ])(
63
63
response : Response [F ]
You can’t perform that action at this time.
0 commit comments