Skip to content

Commit

Permalink
JavaConverters => CollectionConverters
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed May 13, 2024
1 parent 4ddbc95 commit cc3e6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class TemplateEngine(
* Sets the import statements used in each generated template class
*/
var importStatements: List[String] = List(
"import _root_.scala.collection.JavaConverters._",
"import _root_.scala.jdk.CollectionConverters._",
"import _root_.org.fusesource.scalate.support.TemplateConversions._",
"import _root_.org.fusesource.scalate.util.Measurements._")

Expand Down

0 comments on commit cc3e6e9

Please sign in to comment.