Skip to content

Commit

Permalink
Fixed compiling issue (learning git branches...)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirco authored and Mirco committed Apr 13, 2011
1 parent a600f24 commit 7f597ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/scala/ssol/tools/mima/Config.scala
Expand Up @@ -49,6 +49,9 @@ object Config {
def setup(s: Settings) {
settings = s
}

def setup(cmd: String, args: Array[String], specificOptions: String*): List[String] =
setup(cmd, args, xs => true, specificOptions: _*)

def setup(cmd: String, args: Array[String], validate: List[String] => Boolean, specificOptions: String*): List[String] = {
settings = new Settings(specificOptions: _*)
Expand Down

0 comments on commit 7f597ed

Please sign in to comment.