You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/06/02 17:10:38 UTC

svn commit: r411177 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java

Author: mbenson
Date: Fri Jun  2 08:10:37 2006
New Revision: 411177

URL: http://svn.apache.org/viewvc?rev=411177&view=rev
Log:
doc

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java?rev=411177&r1=411176&r2=411177&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java Fri Jun  2 08:10:37 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2006 The Apache Software Foundation
+ * Copyright 2006 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -22,8 +22,8 @@
 import org.apache.tools.ant.util.DeweyDecimal;
 
 /**
- * An antversion condition
- * @since ant 1.7
+ * An Ant version condition.
+ * @since Ant 1.7
  */
 public class AntVersion implements Condition {
     
@@ -93,4 +93,4 @@
     public void setExactly(String exactly) {
         this.exactly = exactly;
     }   
-}
\ No newline at end of file
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org