Skip to content

Commit

Permalink
Issue highsource#11.
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Dec 18, 2014
1 parent b971cef commit 8f0d818
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public String getOptionName() {

@Override
public String getUsage() {
return " -XsimpleEquals : Generate reflection-free equals(Object that) methods.";
return " -XsimpleEquals : Generate reflection-free runtime-free equals(Object that) methods.\n" +
" See https:/highsource/jaxb2-basics/wiki/JAXB2-SimpleEquals-Plugin";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public String getOptionName() {

@Override
public String getUsage() {
// TODO
return "TBD";
return " -XsimpleEquals : Generate reflection-free runtime-free hashCode() methods.\n" +
" See https:/highsource/jaxb2-basics/wiki/JAXB2-SimpleHashCode-Plugin";
}

@Override
Expand Down

0 comments on commit 8f0d818

Please sign in to comment.