renamed parameter
This commit is contained in:
@@ -13,7 +13,7 @@ public interface TagDB {
|
|||||||
|
|
||||||
Map<String, List<Long>> getUses(String tag, long id);
|
Map<String, List<Long>> getUses(String tag, long id);
|
||||||
|
|
||||||
Set<String> list(long id, String module, long entityId);
|
Set<String> list(long userId, String module, long entityId);
|
||||||
|
|
||||||
void save(Collection<Long> userIds, String module, long entityId, Collection<String> tags);
|
void save(Collection<Long> userIds, String module, long entityId, Collection<String> tags);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user