Return-Path: Delivered-To: apmail-incubator-river-commits-archive@minotaur.apache.org Received: (qmail 37684 invoked from network); 31 Oct 2010 14:40:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 31 Oct 2010 14:40:57 -0000 Received: (qmail 22058 invoked by uid 500); 31 Oct 2010 14:40:56 -0000 Delivered-To: apmail-incubator-river-commits-archive@incubator.apache.org Received: (qmail 22024 invoked by uid 500); 31 Oct 2010 14:40:56 -0000 Mailing-List: contact river-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-commits@incubator.apache.org Received: (qmail 22017 invoked by uid 99); 31 Oct 2010 14:40:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Oct 2010 14:40:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Oct 2010 14:40:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8F7F823888FE; Sun, 31 Oct 2010 14:39:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1029370 - in /incubator/river/jtsk/trunk/src: com/sun/jini/outrigger/Transactable.java net/jini/jeri/kerberos/KerberosUtil.java Date: Sun, 31 Oct 2010 14:39:59 -0000 To: river-commits@incubator.apache.org From: sijskes@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101031143959.8F7F823888FE@eris.apache.org> Author: sijskes Date: Sun Oct 31 14:39:59 2010 New Revision: 1029370 URL: http://svn.apache.org/viewvc?rev=1029370&view=rev Log: fixed javadoc Modified: incubator/river/jtsk/trunk/src/com/sun/jini/outrigger/Transactable.java incubator/river/jtsk/trunk/src/net/jini/jeri/kerberos/KerberosUtil.java Modified: incubator/river/jtsk/trunk/src/com/sun/jini/outrigger/Transactable.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/com/sun/jini/outrigger/Transactable.java?rev=1029370&r1=1029369&r2=1029370&view=diff ============================================================================== --- incubator/river/jtsk/trunk/src/com/sun/jini/outrigger/Transactable.java (original) +++ incubator/river/jtsk/trunk/src/com/sun/jini/outrigger/Transactable.java Sun Oct 31 14:39:59 2010 @@ -35,9 +35,8 @@ interface Transactable /** * Prepare to commit this object's part of the transaction. Return * the prepare's status. - * - * @see TransactableMgr#prepare */ + // * @see TransactableMgr#prepare ?? int prepare(TransactableMgr mgr, OutriggerServerImpl space); /** Modified: incubator/river/jtsk/trunk/src/net/jini/jeri/kerberos/KerberosUtil.java URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/src/net/jini/jeri/kerberos/KerberosUtil.java?rev=1029370&r1=1029369&r2=1029370&view=diff ============================================================================== --- incubator/river/jtsk/trunk/src/net/jini/jeri/kerberos/KerberosUtil.java (original) +++ incubator/river/jtsk/trunk/src/net/jini/jeri/kerberos/KerberosUtil.java Sun Oct 31 14:39:59 2010 @@ -469,9 +469,9 @@ class KerberosUtil { * construct the GSSCredential, can not be null * @param usage intended usage for the GSScredential. The value of * this parameter must be one of: {@link - * GSSCredential.INITIATE_AND_ACCEPT}, {@link - * GSSCredential.ACCEPT_ONLY}, and {@link - * GSSCredential.INITIATE_ONLY}. + * GSSCredential#INITIATE_AND_ACCEPT}, {@link + * GSSCredential#ACCEPT_ONLY}, and {@link + * GSSCredential#INITIATE_ONLY}. * @return the requested GSSCredential * @throws UnsupportedConstraintException if failed to get the * requested GSSCredential