Skip to content

Commit

Permalink
Fixing tests so Sumac will build in Eclipse, modifying gitignore to e…
Browse files Browse the repository at this point in the history
…xclude Eclipse auto-generated files
  • Loading branch information
butlermh committed Apr 24, 2014
1 parent 1fce948 commit 8223a49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/main/scala/com/quantifind/sumac/ArgApp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,3 @@ object MyMain extends ArgMain[MyArgs] {
println(args.b)
}
}

//object MyApp extends ArgApp[MyArgs] {
// println(argHolder.a)
// println(argHolder.b)
//}

0 comments on commit 8223a49

Please sign in to comment.