From a500ff1e5013cbbb7830d5b47fa24dc4db1bc400 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 27 Apr 2007 10:51:34 +0000 Subject: [PATCH] bug ID#42231, a static method is package scoped instead of public git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@533058 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index db4ccdd49..c3759f428 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -99,7 +99,9 @@ Other changes: * Patternset allows nested inverted patternsets using . -* checks for validity of attribute names. +* checks for validity of attribute names. + +* JUnitVersionHelper.getTestCaseClassName is now public. Bugzilla 42231 Changes from Ant 1.6.5 to Ant 1.7.0