-
Notifications
You must be signed in to change notification settings - Fork 21
Conversation
I temporarily disabled the parts that validate Javadocs since we will handle that later in #8.
--> | ||
<module name="MethodParamPad" /> | ||
<!-- | ||
TODO We'll get to this later |
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.
I figured we could activate this for issue #8 later on, or this PR would be even more massive.
</module> | ||
<!--<module name="JavadocParagraph"/>--> | ||
<!-- TODO Javadocs will be resolved separately | ||
<module name="JavadocType" /> |
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.
See #8
* | ||
* @author jonashall |
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.
Is there any reason to keep @author tags?
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.
drop it
|
||
import javax.ws.rs.*; |
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.
Perhaps we should allow asterisk imports after all, when the imports are more than like 5 or so? Or is there a real performance issue here?
There are a lot of whitespace changes here, so take a look here for instructions on how to ignore those: https://github.com/blog/967-github-secrets :)