Change the Java help to be a little more consistent.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Reiss 2008-03-04 21:10:41 +00:00
parent 4ac9267cf8
commit 6987535d65

View File

@ -2342,5 +2342,5 @@ void t_java_generator::generate_java_doc(ofstream &out,
THRIFT_REGISTER_GENERATOR(java, "Java",
" beans: Generate bean-style output files.\n"
" hashcode: Generate quality hashCode methods.\n"
" hashcode: Generate quality hashCode methods.\n"
);