public class FilterLogByRemovingNullClass
extends java.lang.Object
Constructor and Description |
---|
FilterLogByRemovingNullClass() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Event> |
filterLog(java.util.List<Event> eventList)
some class maybe used as intermediary to connect other classes; these classes have
a "null" class name.
|