vmassol     02/04/09 17:30:53

  Modified:    framework/src/java/share/org/apache/cactus/client
                        ClientConfigurationChecker.java
  Log:
  IDEA reported error corrections
  
  Revision  Changes    Path
  1.2       +2 -3      
jakarta-cactus/framework/src/java/share/org/apache/cactus/client/ClientConfigurationChecker.java
  
  Index: ClientConfigurationChecker.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/client/ClientConfigurationChecker.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ClientConfigurationChecker.java   1 Mar 2002 00:43:46 -0000       1.1
  +++ ClientConfigurationChecker.java   10 Apr 2002 00:30:53 -0000      1.2
  @@ -72,7 +72,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Massol</a>
    *
  - * @version $Id: ClientConfigurationChecker.java,v 1.1 2002/03/01 00:43:46 vmassol 
Exp $
  + * @version $Id: ClientConfigurationChecker.java,v 1.2 2002/04/10 00:30:53 vmassol 
Exp $
    */
   public class ClientConfigurationChecker
   {
  @@ -149,8 +149,7 @@
           }
   
           try {
  -            Class httpclientClass =
  -                Class.forName("org.apache.commons.httpclient.HttpClient");
  +            Class.forName("org.apache.commons.httpclient.HttpClient");
           } catch (ClassNotFoundException e) {
               String msg = "The Commons HttpClient jar file need to be " +
                   "present in the client side CLASSPATH (This is the " +
  
  
  

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

Reply via email to