typo in ApiEventInjector
This commit is contained in:
+2
-2
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user