You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2008/02/04 21:28:46 UTC

svn commit: r618422 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveOptions.java

Author: maartenc
Date: Mon Feb  4 12:28:45 2008
New Revision: 618422

URL: http://svn.apache.org/viewvc?rev=618422&view=rev
Log:
Little javadoc fix

Modified:
    ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveOptions.java

Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveOptions.java
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveOptions.java?rev=618422&r1=618421&r2=618422&view=diff
==============================================================================
--- ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveOptions.java (original)
+++ ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveOptions.java Mon Feb  4 12:28:45 2008
@@ -123,7 +123,7 @@
     /**
      * Indicates if the configurations use a special configuration 
      * * , *(private) or *(public).
-     * When special configurations are used, to must have the module
+     * When special configurations are used, you must have the module
      * descriptor in order to get the list of configurations.
      * @see #getConfs()
      * @see #getConfs(ModuleDescriptor)
@@ -159,7 +159,6 @@
         return ConfigurationUtils.replaceWildcards(confs, md);
     }
 
-    
     public ResolveOptions setConfs(String[] confs) {
         this.confs = confs;
         return this;