~ubuntu-branches/ubuntu/lucid/tomcat6/lucid

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/tribes/io/ChannelData.java

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2010-01-23 19:40:38 UTC
  • mfrom: (2.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100123194038-0tnrf6kiy0wrjrw9
Tags: 6.0.20-dfsg1-1
* Fix debian/orig-tar.sh to exclude binary only standard.jar and jstl.jar.
  (Closes: #528119)
* Upload a cleaned tarball.
* Add ${misc:Depends} in debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * interceptors, the message data can be manipulated as each interceptor seems appropriate.
33
33
 * @author Peter Rossbach
34
34
 * @author Filip Hanik
35
 
 * @version $Revision: 538977 $ $Date: 2007-05-17 17:43:49 +0200 (Thu, 17 May 2007) $
 
35
 * @version $Revision: 538977 $ $Date: 2007-05-17 17:43:49 +0200 (Do, 17. Mai 2007) $
36
36
 * 
37
37
 */
38
38
public class ChannelData implements ChannelMessage {