diff src/alice/test/topology/fishmodel/alpha/AutoIncrement.java @ 126:669dba7cbb69 working

Use singleton
author sugi
date Fri, 03 Aug 2012 19:14:46 +0900
parents f84e1684c6be
children 1044a79ce4ef
line wrap: on
line diff
--- a/src/alice/test/topology/fishmodel/alpha/AutoIncrement.java	Tue Jul 31 20:21:23 2012 +0900
+++ b/src/alice/test/topology/fishmodel/alpha/AutoIncrement.java	Fri Aug 03 19:14:46 2012 +0900
@@ -42,15 +42,13 @@
 		ods.update("local", key, FP);
 		/*
 		try {
-			wait(200);
+			wait(100);
 		} catch (InterruptedException e) {
 			// TODO Auto-generated catch block
 			e.printStackTrace();
 		}
 		*/
 		new AutoIncrement(this.key,this.position.index);
-		//Init();
-		//java.lang.System.gc();
 	}
 	
 }