vgritsenko 2002/10/02 21:42:15 Modified: src/java/org/apache/cocoon/serialization Tag: cocoon_2_0_3_branch FOPSerializer.java Log: javadoc tweaks Revision Changes Path No revision No revision 1.7.2.4 +13 -9 xml-cocoon2/src/java/org/apache/cocoon/serialization/Attic/FOPSerializer.java Index: FOPSerializer.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/serialization/Attic/FOPSerializer.java,v retrieving revision 1.7.2.3 retrieving revision 1.7.2.4 diff -u -r1.7.2.3 -r1.7.2.4 --- FOPSerializer.java 22 Sep 2002 04:49:15 -0000 1.7.2.3 +++ FOPSerializer.java 3 Oct 2002 04:42:15 -0000 1.7.2.4 @@ -86,18 +86,18 @@ implements Composable, Configurable, Cacheable { /** - * The Renderer Factory to use - */ + * The Renderer Factory to use + */ protected static RendererFactory factory = ExtendableRendererFactory.getRendererFactoryImplementation(); /** - * The <code>Driver</code> which is FOP. - */ + * The <code>Driver</code> which is FOP. + */ protected Driver driver; /** - * The current <code>Renderer</code>. - */ + * The current <code>Renderer</code>. + */ protected Renderer renderer; /** @@ -120,10 +120,14 @@ */ protected org.apache.avalon.framework.logger.Logger logger; - /** It is used to make sure that default Options loaded only once. */ + /** + * It is used to make sure that default Options loaded only once. + */ private static boolean configured = false; - /** Manager to get URLFactory from. */ + /** + * Manager to get URLFactory from. + */ protected ComponentManager manager; /**
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]