You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/01/09 16:31:30 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/xml RelaxNG.java

gregor      2004/01/09 07:31:30

  Modified:    src/java/org/apache/lenya/xml RelaxNG.java
  Log:
  whitespace
  
  Revision  Changes    Path
  1.3       +1 -1      cocoon-lenya/src/java/org/apache/lenya/xml/RelaxNG.java
  
  Index: RelaxNG.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/xml/RelaxNG.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RelaxNG.java	4 Dec 2003 16:10:50 -0000	1.2
  +++ RelaxNG.java	9 Jan 2004 15:31:30 -0000	1.3
  @@ -46,7 +46,7 @@
       public static String validate(File schema, File xml) throws Exception {
           InputSource in = ValidationDriver.uriOrFileInputSource(schema.getAbsolutePath());
           PropertyMapBuilder properties = new PropertyMapBuilder();
  -	ByteArrayOutputStream error = new ByteArrayOutputStream();
  +	    ByteArrayOutputStream error = new ByteArrayOutputStream();
           ErrorHandlerImpl eh = new ErrorHandlerImpl(new BufferedWriter(new OutputStreamWriter(error)));
           ValidateProperty.ERROR_HANDLER.put(properties, eh);
           SchemaReader schemaReader = new AutoSchemaReader();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org