We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684b69e commit 30ea886Copy full SHA for 30ea886
cpp/src/slice2java/Gen.cpp
@@ -760,7 +760,7 @@ Slice::JavaVisitor::writeSequenceMarshalUnmarshalCode(
760
{
761
out << nl << "final int fi" << iter << " = i" << iter << ";";
762
patchParams << "value -> " << param << ".set(fi" << iter << ", value), " << origContentS
763
- << ".class";
+ << ".class";
764
}
765
766
writeMarshalUnmarshalCode(
@@ -884,7 +884,7 @@ Slice::JavaVisitor::writeSequenceMarshalUnmarshalCode(
884
885
886
patchParams << "value -> " << param << "[fi" << iter << "] = value, " << origContentS
887
888
889
890
0 commit comments