feature/hashmap import java removal by baywet · Pull Request #295 · microsoftgraph/MSGraph-SDK-Code-Generator
| import com.google.gson.JsonElement; | ||
| import com.google.gson.annotations.SerializedName; | ||
| import com.google.gson.annotations.Expose; | ||
| <# if(((OdcmClass)c).IsOpen && !((OdcmClass)c).Properties.Any()) { #> |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Looks like this is needed for AdditionalData. Consider leaving a comment on the relation between the import of HashMap and the condition.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not for additional data but for open type with no properties (that are effectively hashmaps), things like PlannerChecklistItems for instance
baywet
deleted the
feature/hashmap-import-java-removal
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters