Avoid calling getEventData() method twice

Summary:
EZ diff that avoids calling getEventData() method twice

changelog: [internal] internal

Reviewed By: javache

Differential Revision: D31076778

fbshipit-source-id: 63c2a469e8e684202dbdbbf12166487328685976
This commit is contained in:
David Vacca
2021-09-21 11:34:20 -07:00
committed by Facebook GitHub Bot
parent fbb802ca63
commit f8e4a783ac
@@ -224,7 +224,7 @@ public abstract class Event<T extends Event> {
getEventName(),
canCoalesce(),
getCoalescingKey(),
getEventData());
eventData);
return;
}
}