Skip to content

Commit

Permalink
Merge pull request #183 from rollbar/183-injectable-rollbar-filter
Browse files Browse the repository at this point in the history
Expose injectable constructor in RollbarFilter
  • Loading branch information
ArturMoczulski authored May 2, 2019
2 parents 5eb4537 + e8e70a3 commit 0a19f7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public RollbarFilter() {
// Empty constructor.
}

RollbarFilter(Rollbar rollbar) {
public RollbarFilter(Rollbar rollbar) {
this.rollbar = rollbar;
}

Expand Down

0 comments on commit 0a19f7c

Please sign in to comment.