Skip to content

Commit 114118c

Browse files
committed
Add Checstyle IllegalInstantiation
1 parent 085294d commit 114118c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle/checkstyle.xml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ limitations under the License.
5454
<module name="FinalLocalVariable" />
5555
<module name="FinalParameters" />
5656
<module name="IllegalImport" />
57+
<module name="IllegalInstantiation" />
5758
<module name="ImportOrder">
5859
<property name="option" value="top" />
5960
<property name="groups" value="java,javax,org" />

0 commit comments

Comments
 (0)