vmassol     01/08/19 09:45:35

  Modified:    cactus/src/sample/servlet23/org/apache/commons/cactus/sample/unit
                        TestServletTestCaseSpecific.java
  Log:
  align with coding conventions
  
  Revision  Changes    Path
  1.2       +5 -2      
jakarta-commons/cactus/src/sample/servlet23/org/apache/commons/cactus/sample/unit/TestServletTestCaseSpecific.java
  
  Index: TestServletTestCaseSpecific.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/src/sample/servlet23/org/apache/commons/cactus/sample/unit/TestServletTestCaseSpecific.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestServletTestCaseSpecific.java  2001/04/09 11:52:38     1.1
  +++ TestServletTestCaseSpecific.java  2001/08/19 16:45:35     1.2
  @@ -74,7 +74,9 @@
    * package here for convenience. They can also be read by end-users to
    * understand how Cactus work.
    *
  - * @version @version@
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
  + *
  + * @version $Id: TestServletTestCaseSpecific.java,v 1.2 2001/08/19 16:45:35 vmassol 
Exp $
    */
   public class TestServletTestCaseSpecific extends ServletTestCase
   {
  @@ -95,7 +97,8 @@
        */
       public static void main(String[] theArgs)
       {
  -        junit.ui.TestRunner.main(new String[] 
{TestServletTestCaseSpecific.class.getName()});
  +        junit.ui.TestRunner.main(new String[] {
  +            TestServletTestCaseSpecific.class.getName()});
       }
   
       /**
  
  
  

Reply via email to