X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fxml%2Fpackage-info.java;h=020caed16799f7fbab9d7049c7cc560b2895f598;hb=49fef56774d409a57d73a72885239f1d70c08e4c;hp=bc15fec978eecf773a25caf4976564b3ca41691f;hpb=cadb7f52fa9b4d644fc978d1ad735b43508c4e73;p=utils diff --git a/support/general/src/main/java/org/wamblee/xml/package-info.java b/support/general/src/main/java/org/wamblee/xml/package-info.java index bc15fec9..020caed1 100644 --- a/support/general/src/main/java/org/wamblee/xml/package-info.java +++ b/support/general/src/main/java/org/wamblee/xml/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2010 the original author or authors. + * Copyright 2005-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ * to parse, validate, and transform an XML file, one can write: *

*
- * import static org.wamblee.xml.XMLDocument;
+ * import static org.wamblee.xml.XMLDocument.*;
  * ...
  * XMLDocument doc = xmldocument(new File("x.xml").toURI()).validate(new File("x.xsd").toURI()).transform(new File("x.xsl").toURI());
  *