Skip to content

Commit

Permalink
dispatcher: fix missing javadoc @param
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisain committed Mar 8, 2021
1 parent 4a0fa1a commit e72f68a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public void dispatchEvent(@NonNull Batch.EventDispatcher.Type type,
If set to null (its default value), Batch will automatically instantiate its own trackers
using the default configuration.
This method is useful if you set your {@link Tracker} instances in your code.
@param trackerOverride Tracker instance to use. null if Batch should use its default one.
*/
public void setTrackerOverride(@Nullable Tracker trackerOverride) {
this.trackerOverride = trackerOverride;
Expand Down

0 comments on commit e72f68a

Please sign in to comment.