Merge branch 'develop' into feature/RefactoringGestioneColli
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -16,7 +16,7 @@ public enum FlagEvaso implements IBaseEnum<FlagEvaso> {
|
||||
|
||||
if (value instanceof Character)
|
||||
castValue = (Character) value;
|
||||
else if (value instanceof String)
|
||||
else if (value instanceof String && !((String) value).isEmpty())
|
||||
castValue = ((String) value).charAt(0);
|
||||
|
||||
for (FlagEvaso b : FlagEvaso.values()) {
|
||||
|
||||
Reference in New Issue
Block a user