Skip to content

Commit ca37af9

Browse files
committed
Remove duplicate from Checkstyle config
1 parent 44be7bf commit ca37af9

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/conf/checkstyle/checkstyle.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ limitations under the License.
7070
<property name="separated" value="true"/>
7171
</module>
7272
</module>
73-
<!-- @author tags are deprecated -->
74-
<module name="RegexpSingleline">
75-
<property name="format" value="^\s+\*\s+@author\s" />
76-
<property name="message" value="Deprecated @author tag" />
77-
<property name="fileExtensions" value="java" />
78-
<property name="severity" value="warning" />
79-
</module>
73+
8074
</module>
8175

0 commit comments

Comments
 (0)