You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/03/14 09:52:05 UTC

cvs commit: xml-fop/test/java/org/apache/fop/threading FOProcessorImpl.java

jeremias    2005/03/14 00:52:05

  Modified:    test/java/org/apache/fop/threading FOProcessorImpl.java
  Log:
  Fixed checkstyle warnings.
  
  Revision  Changes    Path
  1.2       +12 -8     xml-fop/test/java/org/apache/fop/threading/FOProcessorImpl.java
  
  Index: FOProcessorImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/java/org/apache/fop/threading/FOProcessorImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FOProcessorImpl.java	7 Sep 2004 20:57:47 -0000	1.1
  +++ FOProcessorImpl.java	14 Mar 2005 08:52:05 -0000	1.2
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2004 The Apache Software Foundation.
  + * Copyright 2004-2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -20,16 +20,20 @@
   
   import java.io.InputStream;
   import java.io.OutputStream;
  -import java.net.URL;
  -import javax.xml.transform.*;
  +
  +import javax.xml.transform.Result;
  +import javax.xml.transform.Source;
  +import javax.xml.transform.Templates;
  +import javax.xml.transform.Transformer;
  +import javax.xml.transform.TransformerException;
  +import javax.xml.transform.TransformerFactory;
   import javax.xml.transform.stream.StreamSource;
  -import javax.xml.transform.stream.StreamResult;
   import javax.xml.transform.sax.SAXResult;
   
  -import org.xml.sax.InputSource;
  -
   import org.apache.avalon.framework.logger.AbstractLogEnabled;
  -import org.apache.avalon.framework.configuration.*;
  +import org.apache.avalon.framework.configuration.Configurable;
  +import org.apache.avalon.framework.configuration.Configuration;
  +import org.apache.avalon.framework.configuration.ConfigurationException;
   
   import org.apache.fop.apps.Fop;
   import org.apache.fop.apps.FOPException;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org