From f20bf084f849ba0b62fb7cca407fcc6651202664 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Tue, 14 Dec 2010 21:29:37 +0000 Subject: [PATCH] Trivial edits. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1049285 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 333004e58..0b6b9e5b4 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -147,7 +147,7 @@ Fixed bugs: Bugzilla Report 49587. * Project#setDefault threw an exception when null was passed in as - argument, even though the javadoc says, null is a valid value. + argument, even though the Javadoc says null is a valid value. Bugzilla Report 49803. * runant.py would swallow the first argument if CLASSPATH wasn't set. @@ -223,8 +223,8 @@ Other changes: when used in any other way than a CLASSPATH for a forked Java VM. Bugzilla Report 46842. - * A new attribute allows targets to deal with non-existant extensions - points, i.e. they can extend and extension-point if it has been + * A new attribute allows targets to deal with nonexistent extension + points, i.e. they can extend an extension-point if it has been defined or silently work as plain targets if it hasn't. This is useful for targets that get included/imported in different scenarios where a given extension-point may or may not exist.