scalariform

This commit is contained in:
Eugene Yokota 2014-11-04 17:48:46 -05:00
parent c8f2f04dde
commit c1fc84662f
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ trait Init[Scope] {
*/
private[sbt] final def validated[T](key: ScopedKey[T], selfRefOk: Boolean): ValidationCapture[T] = new ValidationCapture(key, selfRefOk)
@deprecated("0.13.7", "Use the version with default arguments and default paramter.")
final def derive[T](s: Setting[T], allowDynamic: Boolean, filter: Scope => Boolean, trigger: AttributeKey[_] => Boolean): Setting[T] =
derive(s, allowDynamic, filter, trigger, false)