From a716e721b0a4e7a2315ab2228d5f94cb3ff111ee Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 Feb 2004 01:23:35 +0000 Subject: [PATCH] fixed bug 372 darcs-hash:20040210012335-5007d-e7b1bcd1ffa853dc84d269566188d5e2768e19d4.gz --- src/org/ibex/HTTP.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/ibex/HTTP.java b/src/org/ibex/HTTP.java index b2a6b76..856eabe 100644 --- a/src/org/ibex/HTTP.java +++ b/src/org/ibex/HTTP.java @@ -29,6 +29,7 @@ public class HTTP { public static class HTTPException extends IOException { public HTTPException(String s) { super(s); } } + public static HTTP stdio = new HTTP("stdio:"); // Statics /////////////////////////////////////////////////////////////////////////////////////////////// -- 1.7.10.4