mirror of https://github.com/sbt/sbt.git
Deprecate unused method
This commit is contained in:
parent
3e62b983a2
commit
da54e2fbd3
|
|
@ -87,6 +87,7 @@ object Watched {
|
||||||
|
|
||||||
private[this] class AWatched extends Watched
|
private[this] class AWatched extends Watched
|
||||||
|
|
||||||
|
@deprecated("This method is not used and may be removed in a future version of sbt", "1.3.0")
|
||||||
def multi(base: Watched, paths: Seq[Watched]): Watched =
|
def multi(base: Watched, paths: Seq[Watched]): Watched =
|
||||||
new AWatched {
|
new AWatched {
|
||||||
override def watchSources(s: State): Seq[Watched.WatchSource] =
|
override def watchSources(s: State): Seq[Watched.WatchSource] =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue