Bump Contraband to latest

This commit is contained in:
Eugene Yokota
2017-07-17 01:05:30 -04:00
parent 79394da920
commit 00a9dd14a4
24 changed files with 24 additions and 24 deletions
@@ -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 + ")"