Skip to content

Commit

Permalink
Revert private method for inheritance (#30)
Browse files Browse the repository at this point in the history
Make shutdown logic accessible to classes that inherit this class.
  • Loading branch information
arabelle authored Jan 11, 2019
1 parent 1eff51a commit 7688250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/salesforce/mirus/MirusSourceTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void stop() {
}
}

private void shutDownTask() {
protected void shutDownTask() {
logger.debug("Task shutting down");
consumer.close();
}
Expand Down

0 comments on commit 7688250

Please sign in to comment.