formatting

This commit is contained in:
Eugene Yokota 2018-02-07 18:16:02 -05:00
parent 5ab122c3cf
commit 3954985506
1 changed files with 3 additions and 1 deletions

View File

@ -120,7 +120,9 @@ final case class Extracted(structure: BuildStructure,
structure.data.get(scope, key) getOrElse sys.error(
display.show(ScopedKey(scope, key)) + " is undefined.")
@deprecated("This discards session settings. Migrate to appendWithSession or appendWithoutSession.", "1.2.0")
@deprecated(
"This discards session settings. Migrate to appendWithSession or appendWithoutSession.",
"1.2.0")
def append(settings: Seq[Setting[_]], state: State): State =
appendWithoutSession(settings, state)