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

Fixed Javadoc ommission #84

Merged
merged 1 commit into from
Jul 4, 2018
Merged

Fixed Javadoc ommission #84

merged 1 commit into from
Jul 4, 2018

Conversation

arjantijms
Copy link
Contributor

Signed-off-by: arjantijms [email protected]

Signed-off-by: arjantijms <[email protected]>
@arjantijms
Copy link
Contributor Author

Javadoc parameter was missing.

This flagged a warning like the following when building:

1 warning
[WARNING] Javadoc Warnings
[WARNING] /security-api/src/main/java/javax/security/enterprise/SecurityContext.java:64: warning: no @param for <T>
[WARNING] <T extends Principal> Set<T> getPrincipalsByType(Class<T> pType);
[WARNING] ^

Change is at

https://github.com/eclipse-ee4j/security-api/compare/master...arjantijms:fix-javadoc?expand=1#diff-bc04a2271a58599af6b43c56780ef4daR61

(There's also the trailing white space removal in this commit. A commit that fixes this in the entire repo will be done after this)

@arjantijms arjantijms requested review from ggam and keilw July 4, 2018 20:01
@keilw keilw merged commit 8d43e7a into jakartaee:master Jul 4, 2018
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.

2 participants