Browse Source

doc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@411177 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
33856dc530
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java

+ 4
- 4
src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java View File

@@ -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;
}
}
}

Loading…
Cancel
Save