Changeset 15107 for platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse/src/jp/xet/sabotter/eclipse/manager/TagManager.java
- Timestamp:
- 07/03/08 17:19:35 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse/src/jp/xet/sabotter/eclipse/manager/TagManager.java
r15092 r15107 19 19 */ 20 20 public static String[] getTags(MiniblogUser user) { 21 String[] tags = tagMap.get(user.get ScreenName());21 String[] tags = tagMap.get(user.getUserId()); 22 22 return tags == null ? new String[0] : tags; 23 23 } … … 28 28 */ 29 29 public static void setTags(MiniblogUser user, String[] tags) { 30 tagMap.put(user.get ScreenName(), tags);30 tagMap.put(user.getUserId(), tags); 31 31 } 32 32
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)