mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 09:37:02 +02:00
Bump Contraband to latest
This commit is contained in:
@@ -14,7 +14,7 @@ final class CommandSource private (
|
||||
case _ => false
|
||||
}
|
||||
override def hashCode: Int = {
|
||||
37 * (37 * (17 + "CommandSource".##) + channelName.##)
|
||||
37 * (37 * (17 + "sbt.CommandSource".##) + channelName.##)
|
||||
}
|
||||
override def toString: String = {
|
||||
"CommandSource(" + channelName + ")"
|
||||
|
||||
@@ -16,7 +16,7 @@ final class Exec private (
|
||||
case _ => false
|
||||
}
|
||||
override def hashCode: Int = {
|
||||
37 * (37 * (37 * (37 * (17 + "Exec".##) + commandLine.##) + execId.##) + source.##)
|
||||
37 * (37 * (37 * (37 * (17 + "sbt.Exec".##) + commandLine.##) + execId.##) + source.##)
|
||||
}
|
||||
override def toString: String = {
|
||||
"Exec(" + commandLine + ", " + execId + ", " + source + ")"
|
||||
|
||||
Reference in New Issue
Block a user