114115116117118119120
* * @param eventList the list of events * @param strLine the string to use */ private void addEvent(final List<JRebirthEvent> eventList, final String strLine) { eventList.add(new JRebirthEventBase(strLine)); }