Skip to content

Commit

Permalink
Review fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere committed Nov 4, 2024
1 parent dca653d commit 12afaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/slice2java/JavaUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ Slice::JavaGenerator::getTypeMetadata(const MetadataList& metadata, string& inst
}
else
{
instanceType = arguments;
instanceType = std::move(arguments);
formalType.clear();
}
return true;
Expand Down

0 comments on commit 12afaf3

Please sign in to comment.