aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJesse Wilson <jesse@swank.ca>2018-01-26 23:28:30 -0500
committerGitHub <noreply@github.com>2018-01-26 23:28:30 -0500
commitc6dd69cb207812493ca7675ea7a9abe64c2f4f98 (patch)
treef262fde094b55ddcddf5acb32a5504308040581a /pom.xml
parent9e62955dc41e331f14b00e9f7d16dabff45884b0 (diff)
downloadjavapoet-c6dd69cb207812493ca7675ea7a9abe64c2f4f98.tar.gz
Use $Z in method parameter lists. (#605)
Now we wrap automatically after the method name, if appropriate.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2e51477..3276465 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
</execution>
</executions>
</plugin>
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
@@ -153,7 +153,7 @@
</archive>
</configuration>
</plugin>
-
+
</plugins>
</build>
</project>