- Revision
- 797
- Author
- mauro
- Date
- 2007-09-07 04:19:24 -0500 (Fri, 07 Sep 2007)
Log Message
Updated BehaviourRunner to use non-deprecated ctor.
Modified Paths
Diff
Modified: trunk/plugins/maven/src/main/java/org/jbehave/mojo/BehaviourRunnerMojo.java (796 => 797)
--- trunk/plugins/maven/src/main/java/org/jbehave/mojo/BehaviourRunnerMojo.java 2007-09-07 06:42:17 UTC (rev 796) +++ trunk/plugins/maven/src/main/java/org/jbehave/mojo/BehaviourRunnerMojo.java 2007-09-07 09:19:24 UTC (rev 797) @@ -21,7 +21,7 @@ */ private String behavioursClassName; - private BehaviourRunner runner = new BehaviourRunner(System.out); + private BehaviourRunner runner = new BehaviourRunner(); public void execute() throws MojoExecutionException, MojoFailureException { try {
To unsubscribe from this list please visit:
