mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
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:
parent
bb7826da70
commit
6ad6251951
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user