Changeset 24

Show
Ignore:
Timestamp:
09/26/07 16:35:39 (1 year ago)
Author:
alexander
Message:

Edited NetworkImpl?.java to allow subclasses of this basic network to access the node map.

Files:
1 modified

Legend:

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

    r11 r24  
    5555     * To contains (NodeHandle,Node) pairs for all nodes in the network. 
    5656     */ 
    57     private TreeMap nodes; 
     57    protected TreeMap nodes; 
    5858    /** 
    5959     * Containts all nodes to remove from the network.