HHH-6417 Implement EventType#toString
This commit is contained in:
parent
b600f027a4
commit
c48d4208db
|
@ -192,4 +192,9 @@ public class EventType<T> {
|
||||||
public Class baseListenerInterface() {
|
public Class baseListenerInterface() {
|
||||||
return baseListenerInterface;
|
return baseListenerInterface;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return eventName();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue