Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 244 → Rev 245

/impl/src/java/pt/estgp/estgweb/utils/Dom4jUtil.java
123,7 → 123,7
}
 
 
private static TransformerFactory transFact = TransformerFactory.newInstance(TransformerFactoryImpl.class.getName(),Thread.currentThread().getContextClassLoader());
private static TransformerFactory transFact = new TransformerFactoryImpl();
private static Map<String,Templates> templates =new Hashtable<String,Templates>();