Improve method location.
This commit is contained in:
parent
569c316648
commit
2d005a017c
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
package fr.devinsy.xidyn.presenters;
|
package fr.devinsy.xidyn.utils;
|
||||||
|
|
||||||
import java.util.Vector;
|
import java.util.Vector;
|
||||||
|
|
|
@ -63,7 +63,7 @@ public class XidynUtils
|
||||||
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
|
||||||
|
|
||||||
// Set various configuration options.
|
// Set various configuration options.
|
||||||
dbf.setValidating(true);
|
dbf.setValidating(false);
|
||||||
dbf.setIgnoringComments(true);
|
dbf.setIgnoringComments(true);
|
||||||
dbf.setIgnoringElementContentWhitespace(false);
|
dbf.setIgnoringElementContentWhitespace(false);
|
||||||
dbf.setCoalescing(false);
|
dbf.setCoalescing(false);
|
||||||
|
|
Loading…
Reference in a new issue