You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2015/12/14 11:50:57 UTC

ant git commit: wrong package

Repository: ant
Updated Branches:
  refs/heads/master 881a0ff79 -> 7051493ef


wrong package


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/7051493e
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/7051493e
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/7051493e

Branch: refs/heads/master
Commit: 7051493ef744f89cb7baeeac3d8e101994256d5f
Parents: 881a0ff
Author: Stefan Bodewig <bo...@apache.org>
Authored: Mon Dec 14 11:50:34 2015 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Mon Dec 14 11:50:34 2015 +0100

----------------------------------------------------------------------
 src/main/org/apache/tools/ant/util/ScriptRunner.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/7051493e/src/main/org/apache/tools/ant/util/ScriptRunner.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/util/ScriptRunner.java b/src/main/org/apache/tools/ant/util/ScriptRunner.java
index 735e555..544db55 100644
--- a/src/main/org/apache/tools/ant/util/ScriptRunner.java
+++ b/src/main/org/apache/tools/ant/util/ScriptRunner.java
@@ -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 {