This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
we don't want multiple instances of NullOutputStream
master
Stefan Bodewig
4 years ago
parent
ecc419467f
commit
bd3e69685c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/main/org/apache/tools/ant/util/NullOutputStream.java
+ 2
- 0
src/main/org/apache/tools/ant/util/NullOutputStream.java
View File
@@ -33,6 +33,8 @@ public class NullOutputStream extends OutputStream {
*/
public static NullOutputStream INSTANCE = new NullOutputStream();
private NullOutputStream() { }
/**
* Doesn't do anything.
*/
Write
Preview
Loading…
Cancel
Save