crossley 02/05/13 09:06:52 Modified: src/java/org/apache/cocoon/components/profiler ProfilingSAXConnector.java src/java/org/apache/cocoon/environment WriteableSource.java Log: Fix broken links in generated javadocs. Revision Changes Path 1.5 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/profiler/ProfilingSAXConnector.java Index: ProfilingSAXConnector.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/profiler/ProfilingSAXConnector.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ProfilingSAXConnector.java 22 Feb 2002 07:00:11 -0000 1.4 +++ ProfilingSAXConnector.java 13 May 2002 16:06:52 -0000 1.5 @@ -65,8 +65,8 @@ /** * This SAX connector measures time taken by the following SAX handler. - * @author <a href="[EMAIL PROTECTED]">Vadim Gritsenko</a> - * @version CVS $Id: ProfilingSAXConnector.java,v 1.4 2002/02/22 07:00:11 cziegeler Exp $ + * @author <a href="mailto:[EMAIL PROTECTED]">Vadim Gritsenko</a> + * @version CVS $Id: ProfilingSAXConnector.java,v 1.5 2002/05/13 16:06:52 crossley Exp $ */ public class ProfilingSAXConnector extends AbstractXMLPipe implements Recyclable, SAXConnector 1.3 +3 -3 xml-cocoon2/src/java/org/apache/cocoon/environment/WriteableSource.java Index: WriteableSource.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/WriteableSource.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- WriteableSource.java 28 Feb 2002 18:00:50 -0000 1.2 +++ WriteableSource.java 13 May 2002 16:06:52 -0000 1.3 @@ -74,8 +74,8 @@ * implementation (such as file), can use a serializer to convert * SAX events to a byte stream. * - * @author <a href="[EMAIL PROTECTED]">Sylvain Wallez</a> - * @version CVS $Id: WriteableSource.java,v 1.2 2002/02/28 18:00:50 sylvain Exp $ + * @author <a href="mailto:[EMAIL PROTECTED]">Sylvain Wallez</a> + * @version CVS $Id: WriteableSource.java,v 1.3 2002/05/13 16:06:52 crossley Exp $ */ public interface WriteableSource extends ModifiableSource { @@ -141,4 +141,4 @@ * After cancel, the stream should no more be used. */ void cancel(OutputStream stream) throws Exception; -} \ No newline at end of file +}
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]