Skip to content

Commit

Permalink
update to not use deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Dec 7, 2010
1 parent 54437c1 commit f25eebb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public class TwitterRiver extends AbstractRiverComponent implements River {
@Override public void close() {
logger.info("closing twitter stream river");
if (stream != null) {
stream.cleanup();
stream.cleanUp();
stream.shutdown();
}
}
Expand Down

0 comments on commit f25eebb

Please sign in to comment.