Browse Source

Fixed a typo of the deprecated tag

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269935 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 23 years ago
parent
commit
4b6b75cfb5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Exec.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Exec.java View File

@@ -71,7 +71,7 @@ import java.io.InputStreamReader;
* @author duncan@x180.com
* @author rubys@us.ibm.com
*
* @deprected Instead of using this class, please extend ExecTask or
* @deprecated Instead of using this class, please extend ExecTask or
* delegate to Execute.
*/
public class Exec extends Task {


Loading…
Cancel
Save