Skip to content

Commit e72f68a

Browse files
committed
dispatcher: fix missing javadoc @param
1 parent 4a0fa1a commit e72f68a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

atinternet-dispatcher/src/main/java/com/batch/android/dispatcher/atinternet/AtInternetDispatcher.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ public void dispatchEvent(@NonNull Batch.EventDispatcher.Type type,
8686
If set to null (its default value), Batch will automatically instantiate its own trackers
8787
using the default configuration.
8888
This method is useful if you set your {@link Tracker} instances in your code.
89+
90+
@param trackerOverride Tracker instance to use. null if Batch should use its default one.
8991
*/
9092
public void setTrackerOverride(@Nullable Tracker trackerOverride) {
9193
this.trackerOverride = trackerOverride;

0 commit comments

Comments
 (0)