comparison rep/handler/REPNode.java @ 485:cc262a519b8a

add dead lock detection (don't forget remove )
author one
date Wed, 20 Oct 2010 22:59:19 +0900
parents 7420dea70dd7
children
comparison
equal deleted inserted replaced
484:7420dea70dd7 485:cc262a519b8a
168 168
169 public void sendToEditor(REPCommand m) { 169 public void sendToEditor(REPCommand m) {
170 send(m); 170 send(m);
171 } 171 }
172 172
173 public String report() {
174 return "";
175 }
176
173 177
174 178
175 } 179 }