Skip to content

Commit 82c360e

Browse files
committed
chore: spotless:apply
1 parent c8addb2 commit 82c360e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@
192192
<checkstyleRules>
193193
<module name="Checker">
194194
<module name="Header">
195-
<property name="headerFile" value="licence_header.java"></property>
196-
<property name="ignoreLines" value="2"></property>
197-
<property name="fileExtensions" value="java"></property>
198-
<message key="header.mismatch" value="File must start with the Apache2 licence header (see licence_header.java)."></message>
199-
<message key="header.missing" value="File must start with the Apache2 licence header (see licence_header.java)."></message>
195+
<property name="headerFile" value="licence_header.java"/>
196+
<property name="ignoreLines" value="2"/>
197+
<property name="fileExtensions" value="java"/>
198+
<message key="header.mismatch" value="File must start with the Apache2 licence header (see licence_header.java)."/>
199+
<message key="header.missing" value="File must start with the Apache2 licence header (see licence_header.java)."/>
200200
</module>
201201
</module>
202202
</checkstyleRules>
@@ -293,13 +293,13 @@
293293
<excludes>
294294
<exclude>CHANGELOG.md</exclude>
295295
</excludes>
296-
<flexmark></flexmark>
296+
<flexmark/>
297297
</markdown>
298298
<pom>
299299
<includes>
300300
<include>pom.xml</include>
301301
</includes>
302-
<sortPom></sortPom>
302+
<sortPom/>
303303
</pom>
304304
<java>
305305
<googleJavaFormat>
@@ -330,7 +330,7 @@
330330
<sources>
331331
<source>${project.build.directory}/generated-sources/jjtree</source>
332332
</sources>
333-
<skipAddSourceIfMissing></skipAddSourceIfMissing>
333+
<skipAddSourceIfMissing/>
334334
</configuration>
335335
</execution>
336336
</executions>

0 commit comments

Comments
 (0)