Skip to content

Commit 6394133

Browse files
author
Jonathan Coveney
committed
Proper deprecation version
1 parent 460144d commit 6394133

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

chill-scala/src/main/scala/com/twitter/chill/config/ScalaMapConfig.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ object ScalaMapConfig {
2323

2424
/** A simple config backed by an immutable Map
2525
*/
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")
26+
@deprecated("Class potentially unsafe, use ScalaAnyRefMapConfig", "0.3.5")
2827
class ScalaMapConfig(in: Map[String, String]) extends Config {
2928
private var conf = in
3029

0 commit comments

Comments
 (0)