Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 67165 invoked from network); 5 May 2005 12:49:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2005 12:49:15 -0000 Received: (qmail 88251 invoked by uid 500); 5 May 2005 12:51:16 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 88208 invoked by uid 500); 5 May 2005 12:51:16 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 88195 invoked by uid 99); 5 May 2005 12:51:16 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 05 May 2005 05:51:14 -0700 Received: (qmail 67069 invoked by uid 65534); 5 May 2005 12:48:52 -0000 Message-ID: <20050505124852.67068.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r168327 - /directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/spnego/pojo/SpnegoNegTokenInitPOJO.java Date: Thu, 05 May 2005 12:48:52 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: elecharny Date: Thu May 5 05:48:52 2005 New Revision: 168327 URL: http://svn.apache.org/viewcvs?rev=3D168327&view=3Drev Log: Updated the javadoc (misleading header). Modified: directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/spnego/= pojo/SpnegoNegTokenInitPOJO.java Modified: directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/s= pnego/pojo/SpnegoNegTokenInitPOJO.java URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/s= rc/java/org/apache/asn1/spnego/pojo/SpnegoNegTokenInitPOJO.java?rev=3D16832= 7&r1=3D168326&r2=3D168327&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/spnego/= pojo/SpnegoNegTokenInitPOJO.java (original) +++ directory/sandbox/trunk/asn1-new-codec/src/java/org/apache/asn1/spnego/= pojo/SpnegoNegTokenInitPOJO.java Thu May 5 05:48:52 2005 @@ -21,8 +21,8 @@ =20 =20 /** - * The main POJO : every Ldap Message are encapsulated in it. It has a - * messageId and Controls. + * The Spnego NegTokenInit POJO contains the he Negotiation token=20 + * sent from the client to the server.=20 *=20 * @author Apache Directory Pr= oject */ @@ -30,11 +30,11 @@ { //~ Instance fields --------------------------------------------------= -------------------------- =20 - /** The mechTypes. It's an array, as it allows us to pre-allocate a sp= ecific number of OID */ - private OID[] mechTypeList; - =20 /** The expected length of the NegTokenInitSequence element */ private int negTokenInitSequenceExpectedLength; + =20 + /** The mechTypes. It's an array, as it allows us to pre-allocate a sp= ecific number of OID */ + private OID[] mechTypeList; =20 /** The expected length of the mech types element */ private int mechTypesExpectedLength;