Commit b112493
authored
Indentation disapears with custom escape handler
If a custom escape handler is set in combination with the JAXB_FORMATTED_OUTPUT option, the tabs are not printed as the tab() call expects the escaped value in the os stream.
I haven't done any significant testing with this fix.1 parent 83e58aa commit b112493
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/record
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments