@ -288,8 +288,12 @@ public enum DbManager {
// Parse the element into an enum; add to the output set
try {
E enumConstant = java.lang.Enum.valueOf(enumClass, element);
enumSet.add(enumConstant);
} catch (Exception e) {
Logger.error(mysqlSet);
}
// Return the output set