aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJake Wharton <jw@squareup.com>2013-01-31 15:00:52 -0800
committerJake Wharton <jw@squareup.com>2013-01-31 15:34:15 -0800
commitaed50f772034c1235482ecc98fb2c9be794a0449 (patch)
treeb95b3b79be1befcd991c8be5f38e4748f12365c0 /pom.xml
parente8cd8f4881897b00043c8114aac7537ab11c4b16 (diff)
downloadjavapoet-aed50f772034c1235482ecc98fb2c9be794a0449.tar.gz
Make all methods fluent. Add simple example in README.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9dac53a..a8e7445 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
<version>1.0.0-SNAPSHOT</version>
<name>JavaWriter</name>
- <description>Emits Java source files.</description>
+ <description>A utility class which aids in generating Java source files.</description>
<url>http://github.com/square/javawriter/</url>
<properties>