Skip to content

Commit

Permalink
Merge pull request #189 from twitter/undeprecate
Browse files Browse the repository at this point in the history
Remove a deprecation, that really should never have been there
  • Loading branch information
jcoveney committed Jun 26, 2014
2 parents b0e1028 + b341bf0 commit 9c47f4e
Showing 1 changed file with 0 additions and 1 deletion.
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 9c47f4e

Please sign in to comment.