Remove duplicate from Checkstyle config

This commit is contained in:
Gary Gregory 2024-03-05 10:53:37 -05:00
parent 44be7bfb27
commit ca37af92e6
1 changed files with 1 additions and 7 deletions

View File

@ -70,12 +70,6 @@ limitations under the License.
<property name="separated" value="true"/>
</module>
</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>