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

CDITCK-535 update tests to use org.jboss.cdi.tck.util.ForwardingAnnot… #116

Merged
merged 1 commit into from
Nov 21, 2016

Conversation

manovotn
Copy link
Contributor

…ated util class.

public Class<X> getJavaClass() {
return delegate.getJavaClass();
return super.getJavaClass();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't we remove this method as well since it only delegates to predecessor? Otherwise looks good! Thanks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@tremes tremes merged commit d3ab593 into jakartaee:master Nov 21, 2016
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.

None yet

2 participants