[Swift-commit] r3477 - trunk/src/org/griphyn/vdl/karajan

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Jul 27 14:21:35 CDT 2010


Author: hategan
Date: 2010-07-27 14:21:35 -0500 (Tue, 27 Jul 2010)
New Revision: 3477

Modified:
   trunk/src/org/griphyn/vdl/karajan/InHook.java
Log:
reenabled the inhook

Modified: trunk/src/org/griphyn/vdl/karajan/InHook.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/InHook.java	2010-07-26 17:09:10 UTC (rev 3476)
+++ trunk/src/org/griphyn/vdl/karajan/InHook.java	2010-07-27 19:21:35 UTC (rev 3477)
@@ -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