diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java b/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java index 1818e5178..2efbc9d3a 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java @@ -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.Project; 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 class AntVersion implements Condition { public void setExactly(String exactly) { this.exactly = exactly; } -} \ No newline at end of file +}