-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix: add missing @deprecated
and @since
to javadoc
#210
Conversation
6bf1488
to
d5ae5d6
Compare
09795a0
to
66887d9
Compare
f5f06c9
to
9c4cf57
Compare
@deprecated
and @since
to javadoc@deprecated
and @since
to javadoc
09d7a99
to
0d2ba8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ppkarwasz you good with this one now? |
Now that Spotless is there, there will be some conflicts. This should help:
|
e38f770
to
1d4ad9b
Compare
Add some missing javadoc. Fix some method visibility issues and remove use of deprecated methods from code.
1d4ad9b
to
72aea80
Compare
Could you avoid forced pushes to PRs and use |
I understand., I tended to be worried about a bunch of messages in the history for projects that don't squash before they merge. |
@dwalluck mind fixing the merge conflicts? thanks! |
Add some missing javadoc.
Fix some method visibility issues and remove use of deprecated methods from code.