Java: return this.CONSTRUCTOR from getConstructor.
GitOrigin-RevId: 152401286b24ec03a25339f3a704cbe2923e9b44
This commit is contained in:
parent
75a577e8a5
commit
231c00ed9f
@ -337,9 +337,7 @@ std::string TD_TL_writer_java::gen_get_id(const std::string &class_name, std::in
|
||||
";\n\n"
|
||||
" @Override\n"
|
||||
" public int getConstructor() {\n"
|
||||
" return " +
|
||||
int_to_string(id) +
|
||||
";\n"
|
||||
" return this.CONSTRUCTOR;\n"
|
||||
" }\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user