Skip to content

Commit

Permalink
Easy constant refactor in ReactEventEmitter
Browse files Browse the repository at this point in the history
Summary:
This is a easy change in ReactEventEmitter that refactors the TAG used by this class to log events.
This is a follow up of D17422611

Reviewed By: makovkastar

Differential Revision: D17437034

fbshipit-source-id: 9974a244b24b04315c6a328696954b7acf7efbfd
  • Loading branch information
mdvacca authored and facebook-github-bot committed Sep 18, 2019
1 parent d898574 commit 2c87cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public class ReactEventEmitter implements RCTEventEmitter {

private static final String TAG = ReactEventEmitter.class.getSimpleName();
private static final String TAG = "ReactEventEmitter";

private final SparseArray<RCTEventEmitter> mEventEmitters = new SparseArray<>();

Expand Down

0 comments on commit 2c87cf5

Please sign in to comment.