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