/[Apache-SVN]/cocoon/branches/BRANCH_2_1_X/src/deprecated/java/org/apache/cocoon/transformation/helpers/EventRecorder.java
ViewVC logotype

Diff of /cocoon/branches/BRANCH_2_1_X/src/deprecated/java/org/apache/cocoon/transformation/helpers/EventRecorder.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/transformation/helpers/EventRecorder.java	2005/04/01 16:56:16	159708
+++ cocoon/branches/BRANCH_2_1_X/src/deprecated/java/org/apache/cocoon/transformation/helpers/EventRecorder.java	2005/04/01 20:00:55	159723
@@ -1,12 +1,12 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- * 
+ * Copyright 1999-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.
  * You may obtain a copy of the License at
- * 
+ *
  *      http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -21,12 +21,12 @@ import org.xml.sax.SAXException;
 /**
  * Can send recorded events and be cloned.
  *
+ * @deprecated The only user of this class (I18nTransformer) now uses ParamSaxBuffer
  * @author <a href="mailto:mattam@netcourrier.com">Matthieu Sozeau</a>
- * @version CVS $Id: EventRecorder.java,v 1.2 2004/03/05 13:03:00 bdelacretaz Exp $
+ * @version $Id$
  */
-
-public interface EventRecorder { 
-    public void send(ContentHandler handler) 
+public interface EventRecorder {
+    public void send(ContentHandler handler)
 	throws SAXException;
 
     public Object clone();

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26