Changeset 12

Show
Ignore:
Timestamp:
07/12/07 12:25:53 (1 year ago)
Author:
max
Message:

inverse() bug fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/planet/generic/commonapi/RouteMessageImpl.java

    r2 r12  
    221221                NodeHandle temp = destination; 
    222222                destination = source; 
    223                 source = destination; 
     223                source = temp; 
    224224        } 
    225225