Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdogan committed Apr 11, 2012
1 parent 1b443d0 commit 2deb9d3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ public void testFullConfigXML() throws SAXException, IOException {
@Test
public void testConfig2Xml() throws SAXException, IOException {
String fullXml = new ConfigXmlGenerator().generate(new ClasspathXmlConfig("hazelcast-fullconfig.xml"));
System.out.println(fullXml);
SchemaFactory factory = SchemaFactory.newInstance("http://www.w3.org/2001/XMLSchema");
URL schemaUrl = XMLConfigBuilderTest.class.getClassLoader().getResource("hazelcast-config-2.1.xsd");
File schemaFile = new File(schemaUrl.getFile());
Expand Down

0 comments on commit 2deb9d3

Please sign in to comment.