Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction reply map type #114

Closed
gorhawk opened this issue Apr 3, 2019 · 1 comment
Closed

Transaction reply map type #114

gorhawk opened this issue Apr 3, 2019 · 1 comment

Comments

@gorhawk
Copy link

gorhawk commented Apr 3, 2019

Map<String, String> replyMap = soapUnwrap(wrappedReply, mc, logger);

If we know here that the returned type is Map<String, String>, why not change the return type of the function? This causes all kinds of "unchecked" type warnings, even in this code it's suppressed with an annotation.

@mahendya1002
Copy link
Contributor

we will do it in 6.2.10

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

No branches or pull requests

2 participants