sullis      2002/09/29 08:29:32

  Modified:    httpclient/src/java/org/apache/commons/httpclient NTLM.java
  Log:
  constructor is now private
  
  Revision  Changes    Path
  1.4       +9 -4      
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/NTLM.java
  
  Index: NTLM.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/NTLM.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NTLM.java 28 Sep 2002 03:14:13 -0000      1.3
  +++ NTLM.java 29 Sep 2002 15:29:32 -0000      1.4
  @@ -119,6 +119,11 @@
           }
       }
   
  +     private NTLM()
  +     {
  +             // this constructor is intentionally private
  +     }
  +     
       /**
        * Returns the response for the given message.
        *
  
  
  

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

Reply via email to