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

Missing JavaDoc (last CheckStyle issue) #2

Closed
Donnerbart opened this issue Feb 10, 2016 · 0 comments
Closed

Missing JavaDoc (last CheckStyle issue) #2

Donnerbart opened this issue Feb 10, 2016 · 0 comments

Comments

@Donnerbart
Copy link
Contributor

There are just two classes which need a JavaDoc on the class level to get rid of all CheckStyle suppressions for this project. That's a nice low hanging fruit :)

hazelcast-wm/src/main/java/com/hazelcast/web/HazelcastHttpSession.java:34: Missing a Javadoc comment.
hazelcast-wm/src/main/java/com/hazelcast/web/WebDataSerializerHook.java:29: Missing a Javadoc comment.

If someone could write some wise words there we can delete this last suppression:

    <!-- Web -->
    <suppress checks="JavadocType" files="com/hazelcast/web/"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant