-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
ADO to GitHub automation labelIssue caused by core project dependency modules or libraryIssue caused by core project dependency modules or librarybreaking changeenhancementfixedtracked
Milestone
Description
Wherever we have methods in the api like:
void post(final Calendar newCalendar, final ICallback callback);
we can offer more flexibility (reuse) for the caller by using this signature:
void post(final Calendar newCalendar, final ICallback<? super Calendar> callback);
I started making a PR for this but stopped when I encountered changes to the generated code. Can we sort this one out?
AB#6041
Metadata
Metadata
Assignees
Labels
ADO to GitHub automation labelIssue caused by core project dependency modules or libraryIssue caused by core project dependency modules or librarybreaking changeenhancementfixedtracked