1
0

Remove duplicate

This commit is contained in:
Gary Gregory
2023-11-26 10:01:54 -05:00
parent ed83294439
commit d3c1bb95b9

View File

@@ -73,11 +73,4 @@ limitations under the License.
</module>
<module name="WhitespaceAfter" />
</module>
<!-- @author tags are deprecated -->
<module name="RegexpSingleline">
<property name="format" value="^\s+\*\s+@author\s" />
<property name="message" value="Deprecated @author tag" />
<property name="fileExtensions" value="java" />
<property name="severity" value="warning" />
</module>
</module>