File tree Expand file tree Collapse file tree
quickfixj-codegenerator/src/main/java/org/quickfixj/codegenerator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public void execute() throws MojoExecutionException {
118118 try {
119119 generator = new MavenMessageCodeGenerator ();
120120 if (getLog ().isInfoEnabled ()) {
121- getLog ().info ("Successfully created an instance of the QuickFIX source generator" );
121+ getLog ().info ("Successfully created an instance of the QuickFIX/J source generator" );
122122 }
123123 generator .setLog (getLog ());
124124
@@ -146,7 +146,7 @@ public void execute() throws MojoExecutionException {
146146 task .setDecimalGenerated (decimal );
147147 generator .generate (task );
148148 } catch (Throwable t ) {
149- throw new MojoExecutionException ("QuickFIX code generator execution failed" , t );
149+ throw new MojoExecutionException ("QuickFIX/J code generator execution failed" , t );
150150 }
151151
152152 if (project != null ) {
You can’t perform that action at this time.
0 commit comments