Skip to content

Commit

Permalink
don't run afoul of scala/scala#9336
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Mar 30, 2021
1 parent 6709de7 commit 876f9ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/main/scala/org/http4s/multipart/Part.scala
Expand Up @@ -29,8 +29,7 @@ object Part {

@deprecated(
"""Empty parts are not allowed by the multipart spec, see: https://tools.ietf.org/html/rfc7578#section-4.2
Moreover, it allows the creation of potentially incorrect multipart bodies
""".stripMargin,
Moreover, it allows the creation of potentially incorrect multipart bodies""",
"0.18.12"
)
def empty[F[_]]: Part[F] =
Expand Down

0 comments on commit 876f9ef

Please sign in to comment.