Browse Source

wrong package

master
Stefan Bodewig 9 years ago
parent
commit
7051493ef7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/util/ScriptRunner.java

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

@@ -20,7 +20,7 @@ package org.apache.tools.ant.util;
/**
* This class is here for backwards compatibility.
* @deprecated Implementation moved to another location. Use
* that org.apache.tools.ant.types.optional.ScriptRunner instead.
* org.apache.tools.ant.util.optional.ScriptRunner instead.
*/
public class ScriptRunner
extends org.apache.tools.ant.util.optional.ScriptRunner {


Loading…
Cancel
Save