Skip to content

Commit

Permalink
Remove a deprecation, that really should never have been there
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Jun 25, 2014
1 parent b0e1028 commit b341bf0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ object ScalaMapConfig {
/**
* A simple config backed by an immutable Map
*/
@deprecated("Class potentially unsafe, use ScalaAnyRefMapConfig", "0.3.6")
class ScalaMapConfig(in: Map[String, String]) extends Config {
private var conf = in

Expand Down

0 comments on commit b341bf0

Please sign in to comment.