Skip to content

Commit

Permalink
Fixes #47
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelfc committed Sep 9, 2017
1 parent 4e1f98c commit 3157297
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,6 @@ public void stopStreaming(Job job) {
query = query.locations(locations);
}

topic.setStreaming(Boolean.TRUE);
topicService.save(topic);

twitterStream.filter(query);
msg = "Stop operation finished.";
log.info(msg);
Expand Down

0 comments on commit 3157297

Please sign in to comment.