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

Issue #11296 Fix javadoc on AbstractLoginModule #11297

Merged

Conversation

janbartel
Copy link
Contributor

closes #11296

fix javadoc

Comment on lines 38 to 39
* implement getUser method, and subclass JAASUser to implement
* doFetchRoles method.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use {@link} to refer to the methods, so that users would be able to follow the links, and we will be sure that method renaming will automatically fix the javadocs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@janbartel janbartel merged commit 8163219 into jetty-12.0.x Jan 24, 2024
8 checks passed
@joakime joakime deleted the jetty-12.0.x-11296-fix-javadoc-AbstractLoginModule branch February 28, 2024 13:11
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.

AbstractLoginModule porting issue
3 participants