Skip to content

Commit a4f2786

Browse files
authored
Align code and comments for feed batch (#111)
1 parent 8bd6315 commit a4f2786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public static void main(String[] args) throws Exception {
226226
// Batch following many feeds
227227
// Let timeline:1 will follow user:1, user:2 and user:3
228228
FollowRelation[] follows = new FollowRelation[] { new FollowRelation("timeline:1", "user:1"),
229-
new FollowRelation("timeline:3", "user:2"), new FollowRelation("timeline:1", "user:3") };
229+
new FollowRelation("timeline:1", "user:2"), new FollowRelation("timeline:1", "user:3") };
230230
client.batch().followMany(follows);
231231
// copy only the last 10 activities from every feed
232232
client.batch().followMany(10, follows);

0 commit comments

Comments
 (0)