-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix All Compiler Warnings #807
Conversation
@theKnightsOfRohan Thanks for the PR. Please limit your changes to the warnings described in the issue. |
Sure! Do you want the rest of the changes in a separate PR, or are they unneeded right now? |
Thanks, Hacktoberfest results in a lot of file changes in a short timeframe by people who may not be familiar with the project. It's better to limit the changes during this time. |
Done! The short pull request is #808. |
Closing this PR, fix was made in #808 |
This pull request addresses the compiler comment warnings that were previously present in the project. The warnings were identified during the
gradle build
task execution.I added or changed javadoc comments to:
Please review the changes and let me know if you have any questions or suggestions.