seguin      01/05/29 16:01:48

  Modified:    jk/src/java/org/apache/ajp Ajp13.java
  Log:
  small javadoc change.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-tomcat-connectors/jk/src/java/org/apache/ajp/Ajp13.java
  
  Index: Ajp13.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/src/java/org/apache/ajp/Ajp13.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Ajp13.java        2001/05/29 05:44:15     1.4
  +++ Ajp13.java        2001/05/29 23:01:46     1.5
  @@ -79,7 +79,7 @@
    * at a time.<P>
    *
    * This class contains knowledge about how an individual packet is laid out
  - * (via the internal <CODE>Ajp13Packet</CODE> class), and also about the
  + * (via the <CODE>Ajp13Packet</CODE> class), and also about the
    * stages of communicaton between the server and the servlet container.  It
    * translates from Tomcat's internal servlet support methods
    * (e.g. doWrite) to the correct packets to send to the web server.
  
  
  

Reply via email to