33343536373839
/** * Returns a new instance of {@link XMLSettingsStorage} class. * @return a new instance of XMLSettingsStorage class. */ public static XMLSettingsStorage newXMLStorage() { return new XMLSettingsStorage(); }