Show
Ignore:
Timestamp:
10/02/07 12:49:26 (1 year ago)
Author:
max
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/multithread/src/planet/test/helloworld/DHTApplication.java

    r2 r28  
    6969         */ 
    7070        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..."); 
    7373                return true; 
    7474        }