cmlenz      2003/06/27 01:34:11

  Modified:    framework/src/java/share/org/apache/cactus
                        BaseWebRequest.java
  Log:
  Remove excessive whitespace (somehow checkstyle didn't catch that although I run it 
before my last commit :-P )
  
  Revision  Changes    Path
  1.9       +2 -2      
jakarta-cactus/framework/src/java/share/org/apache/cactus/BaseWebRequest.java
  
  Index: BaseWebRequest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/BaseWebRequest.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- BaseWebRequest.java       27 Jun 2003 07:20:09 -0000      1.8
  +++ BaseWebRequest.java       27 Jun 2003 08:34:11 -0000      1.9
  @@ -434,7 +434,7 @@
       {
           if (theCookie == null)
           {
  -            throw new IllegalStateException("The cookie cannot be null");           
  +            throw new IllegalStateException("The cookie cannot be null");
           }
           this.cookies.addElement(theCookie);
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to