Skip to content

Commit 3986ba6

Browse files
committed
Add Checkstyle UnnecessaryParentheses
1 parent a2a1659 commit 3986ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ limitations under the License.
7575
<module name="SuperClone" />
7676
<module name="SuperFinalize" />
7777
<module name="TypecastParenPad" />
78+
<module name="UnnecessaryParentheses" />
7879
<module name="UnusedImports" />
7980
<module name="WhitespaceAfter" />
8081
</module>

0 commit comments

Comments
 (0)