Details
Description
Overidding a synchronized method with a non-synchronized one can
introduce potential runtime concurrency bugs. Since
‘ExtendedProperties#loadFromXML’ is overridding
‘Propertiers#loadFromXML’ which is synchronized, it is safer to mark
it as synchonized.