Skip to content

Commit afd3be6

Browse files
committed
Revert removeal of escMap import in de0b47e
1 parent ce53204 commit afd3be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/main/scala/scala/xml/Utility.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ object Utility extends AnyRef with parsing.TokenTests {
104104
val escMap = pairs map { case (s, c) => c -> ("&%s;" format s) }
105105
val unescMap = pairs ++ Map("apos" -> '\'')
106106
}
107-
import Escapes.unescMap
107+
import Escapes.{ escMap, unescMap }
108108

109109
/**
110110
* Appends escaped string to `s`.

0 commit comments

Comments
 (0)