Browse Source

Add a @deprecated tag.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447360 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 19 years ago
parent
commit
99040709b1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/util/ScriptRunner.java

+ 3
- 3
src/main/org/apache/tools/ant/util/ScriptRunner.java View File

@@ -19,9 +19,9 @@ package org.apache.tools.ant.util;


/** /**
* This class is here for backwards compatiblity. * This class is here for backwards compatiblity.
* Use org.apache.tools.ant.types.optional.ScriptRunner
* instead.
* @deprecated Implementation moved to another location. Use
* that org.apache.tools.ant.types.optional.ScriptRunner instead.
*/ */
public class ScriptRunner public class ScriptRunner
extends org.apache.tools.ant.util.optional.ScriptRunner { extends org.apache.tools.ant.util.optional.ScriptRunner {
}
}

Loading…
Cancel
Save