Contains an application level resource bundle name and its associated descriptions, if any.
751752753754755756757758759760761
} } } if ((baseName != null) && (var != null)) { associate.addResourceBundle(var, new ApplicationResourceBundle( baseName, getTextMap(displayNames), getTextMap(descriptions))); } }
733734735736737738739740741742743