java: Fix a minor formatting problem in the gen-code

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@742192 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Reiss 2009-02-08 22:46:38 +00:00
parent bb7826da70
commit 6ad6251951

View File

@ -1447,7 +1447,7 @@ void t_java_generator::generate_java_bean_boilerplate(ofstream& out,
indent_up();
indent(out) << "this.__isset." << field_name << " = value;" << endl;
indent_down();
indent(out) << "}";
indent(out) << "}" << endl << endl;
}
}
}