Changeset 15146
- Timestamp:
- 07/04/08 13:40:34 (2 months ago)
- 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 31 31 // TODO twitter4j.HttpClient を使うんじゃなくて本当はcommonsのとか使いたいね。 32 32 private HttpClient client; 33 34 private String myId;35 33 36 34 /** wassr サービスの ID です */ … … 116 114 // boolean isMessageToMe, boolean isMyEntry 117 115 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)); 119 118 miniblogEntries.add(entry); 120 119 } 121 120 } 122 121 listener.gotFriendsTimeline(miniblogEntries); 123 System.out.println(responce);124 122 } catch (TwitterException e) { 125 123 // TODO
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)