diff src/alice/test/codesegment/local/wordcount/StartWordCount.java @ 246:6f8236208875

not use MappedByteBuffer
author sugi
date Tue, 21 May 2013 16:29:49 +0900
parents 3bcaf12cf877
children
line wrap: on
line diff
--- a/src/alice/test/codesegment/local/wordcount/StartWordCount.java	Wed May 08 18:34:40 2013 +0900
+++ b/src/alice/test/codesegment/local/wordcount/StartWordCount.java	Tue May 21 16:29:49 2013 +0900
@@ -11,6 +11,6 @@
 		new AliceDaemon(new Config(args)).listen(); // logger off
 		
 		WordConfig conf = new WordConfig(args);
-		new SetTask(conf).execute();
+		new SeparateArray(conf).execute();
 	}
 }