- Timestamp:
- 10/02/07 12:49:26 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/multithread/src/planet/test/helloworld/DHTApplication.java
r2 r28 69 69 */ 70 70 public boolean forward(Message message) { 71 System.out.println("[" + appId + "] sobre [" + endPoint.getId()72 + "]: Fent forward del missatge...");71 // System.out.println("[" + appId + "] sobre [" + endPoint.getId() 72 // + "]: Fent forward del missatge..."); 73 73 return true; 74 74 }
