typo in ApiEventInjector

This commit is contained in:
James Seibel
2025-10-02 18:08:47 -05:00
parent 08ede3351d
commit 85e52301d6
@@ -143,8 +143,8 @@ public class ApiEventInjector extends DependencyInjector<IDhApiEvent> implements
// attempt to clone the event input if possible
// this is done to reduce the likely hood that one event listener
// will make change the event parameter for other listeners
// this is done to reduce the likelihood that one event listener
// will change the event parameter for other listeners
T input = eventInput;
if (eventInput instanceof IDhApiEventParam)
{