From 2c262c82b0375be920dcaf010d3893f363b41b06 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 28 Jan 2005 10:15:34 +0000 Subject: [PATCH] trailing spaces git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277538 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/StreamPumper.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java b/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java index 78cf8f91b..dcc682a02 100644 --- a/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java +++ b/src/main/org/apache/tools/ant/taskdefs/StreamPumper.java @@ -128,7 +128,7 @@ public class StreamPumper implements Runnable { wait(); } } - + /** * Stop the pumper as soon as possible. * Note that it may continue to block on the input stream @@ -140,5 +140,4 @@ public class StreamPumper implements Runnable { finished = true; notifyAll(); } - }