You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by GitBox <gi...@apache.org> on 2021/11/12 04:17:43 UTC

[GitHub] [ws-neethi] hthu opened a new pull request #1: Remove getClass() call in findAssertionBuilderTarget().

hthu opened a new pull request #1:
URL: https://github.com/apache/ws-neethi/pull/1


   c is already a Class object, calling getClass() on a Class object isn't intended here -- instead, the intention is to recursively find the super class from c.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-neethi] veithen merged pull request #1: Remove getClass() call in findAssertionBuilderTarget().

Posted by GitBox <gi...@apache.org>.
veithen merged pull request #1:
URL: https://github.com/apache/ws-neethi/pull/1


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org