mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Easy constant refactor in ReactEventEmitter
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
This commit is contained in:
committed by
Facebook Github Bot
parent
d898574fb2
commit
2c87cf5594
+1
-1
@@ -20,7 +20,7 @@ import com.facebook.react.uimanager.common.ViewUtil;
|
||||
|
||||
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<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user