Browse Source

trailing spaces

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277538 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
2c262c82b0
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/main/org/apache/tools/ant/taskdefs/StreamPumper.java

+ 1
- 2
src/main/org/apache/tools/ant/taskdefs/StreamPumper.java View File

@@ -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();
}
}

Loading…
Cancel
Save