Skip to content

Commit 77916b2

Browse files
committed
Add Checkstyle IllegalInstantiation
1 parent dcc5feb commit 77916b2

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
@@ -46,6 +46,7 @@ limitations under the License.
4646
<module name="FallThrough" />
4747
<module name="FinalLocalVariable" />
4848
<module name="IllegalImport" />
49+
<module name="IllegalInstantiation" />
4950
<module name="ImportOrder">
5051
<property name="option" value="top"/>
5152
<property name="groups" value="java,javax,org"/>

0 commit comments

Comments
 (0)