We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460144d commit 6394133Copy full SHA for 6394133
1 file changed
chill-scala/src/main/scala/com/twitter/chill/config/ScalaMapConfig.scala
@@ -23,8 +23,7 @@ object ScalaMapConfig {
23
24
/** A simple config backed by an immutable Map
25
*/
26
-//TODO do we put the version we deprecate it at? or the last version it was good on?
27
-@deprecated("Class potentially unsafe, use ScalaAnyRefMapConfig", "0.3.6")
+@deprecated("Class potentially unsafe, use ScalaAnyRefMapConfig", "0.3.5")
28
class ScalaMapConfig(in: Map[String, String]) extends Config {
29
private var conf = in
30
0 commit comments