Commit 3a9c1c9b authored by David Trott's avatar David Trott

Changed default options to include hashcode generation.

parent 9a8f7877
...@@ -80,7 +80,7 @@ abstract class AbstractThriftMojo extends AbstractMojo { ...@@ -80,7 +80,7 @@ abstract class AbstractThriftMojo extends AbstractMojo {
* it will generate Java output. The main reason for this option is to be able to add options * it will generate Java output. The main reason for this option is to be able to add options
* to the Java generator - if you generate something else, you're on your own. * to the Java generator - if you generate something else, you're on your own.
* *
* @parameter default-value="java" * @parameter default-value="java:hashcode"
*/ */
private String generator; private String generator;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment