diff rep/EditorPlus.java @ 356:b18c24dcc5d2

Before chaning put/join scheme for ditributed select.
author kono
date Sat, 18 Oct 2008 19:01:40 +0900
parents ef4afcae0c92
children fa041bae35f1
line wrap: on
line diff
--- a/rep/EditorPlus.java	Fri Oct 17 22:11:34 2008 +0900
+++ b/rep/EditorPlus.java	Sat Oct 18 19:01:40 2008 +0900
@@ -4,7 +4,7 @@
 
 public class EditorPlus {
 
-	public int eid; // unique in a session, eid==0 master
+	public int eid; // globally unique
 	public int sid=-1; // globally unique
 	public String host;
 	public String file;