minor clean
This commit is contained in:
parent
bfee47f7dc
commit
df215fc026
@ -87,7 +87,6 @@ public class RedditDataCollector {
|
|||||||
line += timestamp + ";";
|
line += timestamp + ";";
|
||||||
line += words.size() + ";" + Joiner.on(' ').join(words) + ";";
|
line += words.size() + ";" + Joiner.on(' ').join(words) + ";";
|
||||||
line += child.get("data").get("domain").asText() + "\n";
|
line += child.get("data").get("domain").asText() + "\n";
|
||||||
System.out.println(line);
|
|
||||||
writer.write(line);
|
writer.write(line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user