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/04/21 21:42:47 UTC

ant git commit: wrong class name

Repository: ant
Updated Branches:
  refs/heads/master 1a584200e -> f22352a18


wrong class name


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

Branch: refs/heads/master
Commit: f22352a18486f1182ae183fac5c9dc5e8cec5655
Parents: 1a58420
Author: YOUR NAME <st...@innoq.com>
Authored: Tue Apr 21 21:41:05 2015 +0200
Committer: YOUR NAME <st...@innoq.com>
Committed: Tue Apr 21 21:41:05 2015 +0200

----------------------------------------------------------------------
 WHATSNEW | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/f22352a1/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index e65a1dd..a67ce2d 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -84,7 +84,7 @@ Fixed bugs:
  * TarEntry's constructor with a File and a String arg didn't
    normalize the name.
 
- * Between 1.8.4 and 1.9.5 TarArchiveInputStream started to parse file
+ * Between 1.8.4 and 1.9.5 TarInputStream started to parse file
    names using the platform's default encoding rather than as ASCII.
    This has been a breaking change that has never been marked as such
    (in fact it went unnoticed).  In order to allow <untar> and