jsdever     2003/02/10 19:41:15

  Modified:    httpclient/src/java/org/apache/commons/httpclient NTLM.java
  Log:
  Deprecate and slate for becoming package access.
  
  Revision  Changes    Path
  1.12      +10 -8     
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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- NTLM.java 30 Jan 2003 05:01:54 -0000      1.11
  +++ NTLM.java 11 Feb 2003 03:41:14 -0000      1.12
  @@ -79,20 +79,22 @@
   import org.apache.commons.logging.LogFactory;
   
   /**
  - * <p>Provides an implementation of the NTLM authentication
  - * protocol.</p>
  - * <p>This class provides methods for generating authentication
  + * Provides an implementation of the NTLM authentication protocol.
  + * <p>
  + * This class provides methods for generating authentication
    * challenge responses for the NTLM authentication protocol.  The NTLM
    * protocol is a proprietary Microsoft protocol and as such no RFC
    * exists for it.  This class is based upon the reverse engineering
    * efforts of a wide range of people.</p>
    *
  + * @deprecated this class will be made package access for 2.0beta2
  + *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Adrian Sutton</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jeff Dever</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Mike Bowler</a>
    *
    * @version $Revision$ $Date$
  - * @since 2.0
  + * @since 2.0alpha2
    */
   public final class NTLM {
   
  
  
  

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

Reply via email to