Make whitespace use around generic tokens consistent and add a checkstyle rule to enforce it.

This commit is contained in:
pascalschumacher 2018-11-19 22:03:58 +01:00
parent 07f537120f
commit 5cdac9cfd5
4 changed files with 4 additions and 3 deletions

View File

@ -55,6 +55,7 @@ limitations under the License.
<module name="LeftCurly"/>
<module name="NeedBraces"/>
<module name="RightCurly"/>
<module name="GenericWhitespace"/>
<module name="WhitespaceAfter"/>
<module name="NoWhitespaceBefore"/>
</module>