Show
Ignore:
Timestamp:
07/04/08 12:48:31 (6 months ago)
Author:
yamashiro
Message:

マルチサービスでうまく動くようにしてコミットした。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/eclipse/sabotter/trunk/jp.xet.sabotter.core/src/jp/xet/sabotter/core/wassr/WassrEntry.java

    r15114 r15143  
    9999         * {@inheritDoc} 
    100100         */ 
    101         public boolean isMessageToMe(String myId) { 
     101        public boolean isMessageToMe() { 
    102102                return isMessageToMe; 
    103103        } 
     
    106106         * {@inheritDoc} 
    107107         */ 
    108         public boolean isMyEntry(String myId) { 
     108        public boolean isMyEntry() { 
    109109                return isMyEntry; 
    110110        }