killbill-uncached

Updating catalog to skip verification (with a nasty log message)

11/2/2011 6:28:43 PM

Details

diff --git a/catalog/src/main/java/com/ning/billing/catalog/io/XMLSchemaGenerator.java b/catalog/src/main/java/com/ning/billing/catalog/io/XMLSchemaGenerator.java
index ae41c61..3ad88fc 100644
--- a/catalog/src/main/java/com/ning/billing/catalog/io/XMLSchemaGenerator.java
+++ b/catalog/src/main/java/com/ning/billing/catalog/io/XMLSchemaGenerator.java
@@ -40,7 +40,7 @@ import com.ning.billing.catalog.Catalog;
 
 public class XMLSchemaGenerator {
 
-	//Note: this main method is called byt the maven build to generate the schema for the jar
+	//Note: this main method is called by the maven build to generate the schema for the jar
 	public static void main(String[] args) throws IOException, TransformerException, JAXBException {
 		JAXBContext context =JAXBContext.newInstance(Catalog.class);
 		String xsdFileName = "CatalogSchema.xsd";