You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/01/01 14:25:49 UTC

cvs commit: jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit TestServletTestCase1.java

vmassol     2003/01/01 05:25:49

  Modified:    sample-servlet/src/unit/share/org/apache/cactus/unit
                        TestServletTestCase1.java
  Log:
  Fixed javadoc
  
  Revision  Changes    Path
  1.5       +5 -5      jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit/TestServletTestCase1.java
  
  Index: TestServletTestCase1.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/src/unit/share/org/apache/cactus/unit/TestServletTestCase1.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestServletTestCase1.java	1 Jan 2003 13:24:56 -0000	1.4
  +++ TestServletTestCase1.java	1 Jan 2003 13:25:49 -0000	1.5
  @@ -134,8 +134,8 @@
        * This is to verify that non serializable exceptions raised on the
        * server side are properly propagated on the client side.
        *
  -     * @exception TestServletTestCase1_ExceptionNotSerializable the non
  -     *            serializable exception to thow
  +     * @exception TestServletTestCase1ExceptionNotSerializable the non
  +     * serializable exception to thow
        */
       public void testExceptionNotSerializable()
           throws TestServletTestCase1ExceptionNotSerializable
  @@ -153,8 +153,8 @@
        * This is to verify that serializable exceptions raised on the
        * server side are properly propagated on the client side.
        *
  -     * @exception TestServletTestCase1_ExceptionSerializable the
  -     *            serializable exception to throw
  +     * @exception TestServletTestCase1ExceptionSerializable the
  +     * serializable exception to throw
        */
       public void testExceptionSerializable()
           throws TestServletTestCase1ExceptionSerializable
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>