From: Alexis O'C. <ale...@ou...> - 2006-10-18 11:30:42
|
Alistair Young wrote: > got a problem from the 2.8 release > > org.bodington.logbook.server.LogBookSessionImpl::getEntriesInOrder() > ... > Enumeration enum = ... > ... > > enum is a reserved word in 1.5 so bod won't compile under 1.5 any more > > Alistair > > Yep, some time ago I altered all the variables named 'enum' to 'enumeration' (~800!). These have started to creep back in - who, I don't know as I'm not clever enough to use the 'CVS annotate' function in Eclipse ;-). Unless anyone has a better idea, renaming them according to the above is probably as good a strategy as any. Alexis |