zaccret
05-28-2008, 01:33 PM
The HistoryEvent class doesn't have real interest (it just has 2 constructors, no attributes, no methods).
I think you could :
- just move the constructors to the superclass (AppEvent) and delete the HistoryEvent class,
- or move all the history feature (token, historyEvent) from AppEvent to HistoryEvent
I think you could :
- just move the constructors to the superclass (AppEvent) and delete the HistoryEvent class,
- or move all the history feature (token, historyEvent) from AppEvent to HistoryEvent