From 1ff87364e9b5ea9526f9298f245652c87d2bd3d2 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Mon, 24 Sep 2007 09:37:59 +0000 Subject: [PATCH] trailing ws git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@578729 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/StringUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/util/StringUtils.java b/src/main/org/apache/tools/ant/util/StringUtils.java index 9e534f236..6fd84b25e 100644 --- a/src/main/org/apache/tools/ant/util/StringUtils.java +++ b/src/main/org/apache/tools/ant/util/StringUtils.java @@ -243,7 +243,7 @@ public final class StringUtils { } /** - * Removes the suffix from a given string, if the string contains + * Removes the suffix from a given string, if the string contains * that suffix. * @param string String for check * @param suffix Suffix to remove @@ -258,7 +258,7 @@ public final class StringUtils { } /** - * Removes the prefix from a given string, if the string contains + * Removes the prefix from a given string, if the string contains * that prefix. * @param string String for check * @param prefix Prefix to remove