Skip to content

Commit 45e07f4

Browse files
committed
Convert tabs to spaces in pom.xml
This change does nothing but convert whitespace.
1 parent 677aeda commit 45e07f4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
http://stackoverflow.com/a/26806103/1857257
2727
Disable doclint only on JDK8+ where the option was introduced.
2828
-->
29-
<profile>
30-
<id>doclint-java8-disable</id>
31-
<activation>
32-
<jdk>[1.8,)</jdk>
33-
</activation>
34-
<properties>
35-
<javadoc.opts>-Xdoclint:none</javadoc.opts>
36-
</properties>
37-
</profile>
38-
</profiles>
29+
<profile>
30+
<id>doclint-java8-disable</id>
31+
<activation>
32+
<jdk>[1.8,)</jdk>
33+
</activation>
34+
<properties>
35+
<javadoc.opts>-Xdoclint:none</javadoc.opts>
36+
</properties>
37+
</profile>
38+
</profiles>
3939

4040
<groupId>org.jenkins-ci.plugins</groupId>
4141
<artifactId>github-oauth</artifactId>

0 commit comments

Comments
 (0)