Java Static Init
Java
code posted
created at 11 Mar 22:57
Edit
|
Back
1 2 3 4 5 6 7 8 |
{ final HashMap nstjsons = new HashMap(); final Configuration config = new Configuration(nstjsons); config.setSupressAtAttributes(false); mof = new MappedXMLOutputFactory(config); mif = new MappedXMLInputFactory(config); convention = new MappedNamespaceConvention(config); } |
287 Bytes in 2 ms with coderay