Changeset 15146

Show
Ignore:
Timestamp:
07/04/08 13:40:34 (2 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/WassrService.java

    r15143 r15146  
    3131        // TODO twitter4j.HttpClient を使うんじゃなくて本当はcommonsのとか使いたいね。 
    3232        private HttpClient client; 
    33          
    34         private String myId; 
    3533         
    3634        /** wassr サービスの ID です */ 
     
    116114                                        // boolean isMessageToMe, boolean isMyEntry 
    117115                                        WassrEntry entry = 
    118                                                         new WassrEntry(id, text, timeStamp, user, false, /* TODO */false, myId.equals(name)); 
     116                                                        new WassrEntry(id, text, timeStamp, user, false, /* TODO */false, client.getUserId() 
     117                                                                .equals(name)); 
    119118                                        miniblogEntries.add(entry); 
    120119                                } 
    121120                        } 
    122121                        listener.gotFriendsTimeline(miniblogEntries); 
    123                         System.out.println(responce); 
    124122                } catch (TwitterException e) { 
    125123                        // TODO