sylvain 2003/03/17 02:33:13
Modified: src/java/org/apache/cocoon/components/notification
Notifier.java
Log:
Don't comment out deprecated methods, as it breaks existing code...
Revision Changes Path
1.2 +2 -2
cocoon-2.0/src/java/org/apache/cocoon/components/notification/Notifier.java
Index: Notifier.java
===================================================================
RCS file:
/home/cvs/cocoon-2.0/src/java/org/apache/cocoon/components/notification/Notifier.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Notifier.java 9 Mar 2003 00:02:17 -0000 1.1
+++ Notifier.java 17 Mar 2003 10:33:12 -0000 1.2
@@ -79,12 +79,12 @@
* This could be <code>null</code>.
* @deprecated There is no way in which this method could understand what
mime/type to use. Instead use void notify(Notifying n, OutputStream outputStream,
String mimetype), where the mime/type is requested.
* @see #notify(Notifying n, OutputStream, String)
+ */
public static String notify(Notifying n, OutputStream outputStream) throws
IOException {
notify(n, outputStream, "text/html") ;
return "text/html";
}
- */
/**
* Generate notification information as a response.