Skip to content

Commit

Permalink
Reformat code, shuffle things around a little. Closes #207, #214.
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Mar 26, 2012
1 parent f34ddb1 commit 5771b4a
Show file tree
Hide file tree
Showing 18 changed files with 249 additions and 350 deletions.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Git master](https://github.com/cucumber/cucumber-jvm/compare/v1.0.0.RC24...master)

* [Core] Added a usage formatter ([#207](https://github.com/cucumber/cucumber-jvm/issues/207), [#214](https://github.com/cucumber/cucumber-jvm/pull/214) Klaus Bayrhammer)
* [Core] JavaScript-Error in HTML-Report when using ScenarioResult.write ((#254)[https://github.com/cucumber/cucumber-jvm/issues/254] Aslak Hellesøy)
* [Java] Add support for enums in stepdefs ([#217](https://github.com/cucumber/cucumber-jvm/issues/217), [#240](https://github.com/cucumber/cucumber-jvm/pull/240) Gilles Philippart)
* [Core] Help text for CLI. ([#142](https://github.com/cucumber/cucumber-jvm/issues/142) Aslak Hellesøy)
Expand Down
1 change: 0 additions & 1 deletion core/src/main/java/cucumber/cli/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import cucumber.runtime.RuntimeOptions;

import java.io.IOException;
import java.util.ResourceBundle;

public class Main {

Expand Down
Loading

0 comments on commit 5771b4a

Please sign in to comment.