Skip to content

Commit 9e1f26c

Browse files
committed
Use standard Checkstyle module name for ExplicitInitialization
1 parent 43649ac commit 9e1f26c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ limitations under the License.
4949
<property name="option" value="text" />
5050
</module>
5151
<module name="EqualsHashCode" />
52-
<module name="ExplicitInitializationCheck" />
52+
<module name="ExplicitInitialization" />
5353
<module name="FinalLocalVariable" />
5454
<module name="FinalParameters" />
5555
<module name="IllegalImport" />

0 commit comments

Comments
 (0)