Skip to content

Commit

Permalink
Revert removeal of escMap import in de0b47e
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawley committed Apr 28, 2017
1 parent 36a78b5 commit 5adca87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/main/scala/scala/xml/Utility.scala
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ object Utility extends AnyRef with parsing.TokenTests {
val escMap = pairs map { case (s, c) => c -> ("&%s;" format s) }
val unescMap = pairs ++ Map("apos" -> '\'')
}
import Escapes.unescMap
import Escapes.{ escMap, unescMap }

/**
* Appends escaped string to `s`.
Expand Down

0 comments on commit 5adca87

Please sign in to comment.