Skip to content

Type hiding warning fix#129

Merged
deepak2016 merged 4 commits intodevfrom
Type-hiding-warning-fix
Sep 6, 2018
Merged

Type hiding warning fix#129
deepak2016 merged 4 commits intodevfrom
Type-hiding-warning-fix

Conversation

@NakulSabharwal
Copy link
Copy Markdown
Contributor

@NakulSabharwal NakulSabharwal commented Sep 5, 2018

Fixes #66

Changes proposed in this pull request

-Changed T2 to BodyType so that naming doesn't have conflict with class level T2
-Edited comment with BodyType

Explanation for change

-In some scenarios Action use different body than collection item, by which post of BaseCollectionRequest gets different parameter other than T2 and different body.

Links

Previous PR - #116

@deepak2016 deepak2016 merged commit 7839b0e into dev Sep 6, 2018
@davidmoten
Copy link
Copy Markdown
Contributor

@NakulSabharwal By the way, your problems with the last PR were because you need to do this:

git rebase dev
## fix any merge problems
git push -f origin <branch-name>

@deepak2016 deepak2016 deleted the Type-hiding-warning-fix branch September 11, 2018 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Errors once type hiding removed

4 participants