Commit 87bae9e
committed
Fixed: Invalid characters encountered (OFBIZ-13325)
Noticed during code analysis with SonarQube:
Invalid character encountered in file ConfigXMLReader.java at line 407 for
encoding UTF-8.
This fixes the file content
Thanks: David Maksimovic for report
# Conflict handled by hand in ConfigXMLReader.java1 parent b633600 commit 87bae9e
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
| 408 | + | |
408 | 409 | | |
409 | 410 | | |
410 | 411 | | |
| |||
0 commit comments