summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2011-08-08 15:12:31 -0700
committerCedric Beust <cedric@beust.com>2011-08-08 15:12:31 -0700
commit94150e276cbc94c211154bca16f6921a9f1771fd (patch)
tree54a8b5d0056f449bec24aaaff5cd261a3f9b80ba /doc
parentf41869dfe757409a5d1ce12f8d96a9569f0367ee (diff)
downloadjcommander-94150e276cbc94c211154bca16f6921a9f1771fd.tar.gz
Doc fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html
index 1cc9a34..53a707e 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -653,8 +653,8 @@ import collection.JavaConversions._
object Main {
object Args {
- // Declared as var because JCommander assigns a new collection; declared
- // as java.util.List because that's what JCommander will replace with.
+ // Declared as var because JCommander assigns a new collection declared
+ // as java.util.List because that's what JCommander will replace it with.
// It'd be nice if JCommander would just use the provided List so this
// could be a val and a Scala LinkedList.
@Parameter(
@@ -688,8 +688,7 @@ You can download JCommander from the following locations:
<ul>
<li><a href="http://github.com/cbeust/jcommander">Source on github</a></li>
- <li><a href="jcommander-1.13.jar">Jar file</a></li>
- <li>Or if you are using Maven, add the following dependency to your <tt>pom.xml</tt>:
+ <li>If you are using Maven, add the following dependency to your <tt>pom.xml</tt>:
<pre class="brush: xml">