Skip to content

Commit d686240

Browse files
committed
Fix typo
1 parent cdda130 commit d686240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ldbc/snb/datagen/generator/generators/PersonActivityGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ private GenWall<Triplet<Post, Stream<Like>, Stream<Pair<Comment, Stream<Like>>>>
120120
// Generate wall
121121
Forum wall = forumGenerator.createWall(randomFarm, startForumId++, person, blockId);
122122

123-
// Could be null is moderator can't be added
123+
// Could be null as moderator can't be added
124124
if (wall == null)
125125
return new GenWall<>(Stream.empty());
126126

0 commit comments

Comments
 (0)