From 33856dc530aaa2a3435db88fad0b911f64e6e616 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 2 Jun 2006 15:10:37 +0000 Subject: [PATCH] doc git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@411177 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tools/ant/taskdefs/condition/AntVersion.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +}