Gestito valore hashmap null in replaceVariables
This commit is contained in:
@@ -321,7 +321,7 @@ public class UtilityDocx {
|
||||
}
|
||||
|
||||
} else {
|
||||
replacement = textVariables.getOrDefault(variable, "");
|
||||
replacement = UtilityString.isNull(textVariables.getOrDefault(variable, ""), "");
|
||||
matcher.appendReplacement(sb, replacement);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user