[Swift-commit] r4466 - trunk/src/org/griphyn/vdl/mapping

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Thu May 12 16:16:07 CDT 2011


Author: hategan
Date: 2011-05-12 16:16:03 -0500 (Thu, 12 May 2011)
New Revision: 4466

Modified:
   trunk/src/org/griphyn/vdl/mapping/RootDataNode.java
Log:
formatting

Modified: trunk/src/org/griphyn/vdl/mapping/RootDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/RootDataNode.java	2011-05-11 15:45:03 UTC (rev 4465)
+++ trunk/src/org/griphyn/vdl/mapping/RootDataNode.java	2011-05-12 21:16:03 UTC (rev 4466)
@@ -45,7 +45,7 @@
 		while(i.hasNext()) {
 			Map.Entry entry = (Map.Entry) i.next();
 			Object v = entry.getValue();
-			if(v instanceof DSHandle && !( (DSHandle)v).isClosed()) {
+			if(v instanceof DSHandle && !((DSHandle) v).isClosed()) {
 				waitingMapperParam = (DSHandle) v;
                 waitingMapperParam.addListener(this);
 				return;




More information about the Swift-commit mailing list