[Swift-commit] r2759 - trunk/src/org/griphyn/vdl/karajan
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sun Mar 29 14:30:44 CDT 2009
Author: hategan
Date: 2009-03-29 14:30:43 -0500 (Sun, 29 Mar 2009)
New Revision: 2759
Modified:
trunk/src/org/griphyn/vdl/karajan/InHook.java
Log:
disable this for now
Modified: trunk/src/org/griphyn/vdl/karajan/InHook.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/InHook.java 2009-03-29 19:30:00 UTC (rev 2758)
+++ trunk/src/org/griphyn/vdl/karajan/InHook.java 2009-03-29 19:30:43 UTC (rev 2759)
@@ -14,9 +14,9 @@
public static final Logger logger = Logger.getLogger(InHook.class);
public synchronized static void install(Monitor m) {
- if (!(System.in instanceof InHook)) {
+ /*if (!(System.in instanceof InHook)) {
System.setIn(new InHook(System.in, m));
- }
+ }*/
}
private BufferedInputStream is;
More information about the Swift-commit
mailing list