Skip to content

Commit

Permalink
refactor: Undo some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
acote-coveo authored Jul 16, 2024
1 parent c73dd26 commit 0cea0bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/main/scala/org/scalatra/ApiFormats.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package org.scalatra
import java.util.Locale.ENGLISH
import java.util.concurrent.ConcurrentHashMap
import org.scalatra.ServletCompat.http.{ HttpServletRequest, HttpServletResponse }
import org.scalatra.util.RicherString.*
import org.scalatra.util.RicherString._

import scala.jdk.CollectionConverters.*

import scala.jdk.CollectionConverters._
import scala.collection.concurrent
import scala.util.Try

Expand Down

0 comments on commit 0cea0bd

Please sign in to comment.