Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 82499 invoked from network); 12 Nov 2006 19:15:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2006 19:15:03 -0000 Received: (qmail 31360 invoked by uid 500); 12 Nov 2006 19:15:13 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 31329 invoked by uid 500); 12 Nov 2006 19:15:13 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 31312 invoked by uid 99); 12 Nov 2006 19:15:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 11:15:13 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 11:15:02 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id A82901A984D; Sun, 12 Nov 2006 11:14:32 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r474015 - /db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java Date: Sun, 12 Nov 2006 19:14:32 -0000 To: derby-commits@db.apache.org From: kahatlen@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061112191432.A82901A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kahatlen Date: Sun Nov 12 11:14:32 2006 New Revision: 474015 URL: http://svn.apache.org/viewvc?view=rev&rev=474015 Log: Clean up javadoc comments in ClientBaseDataSource to make them more readable in the published API. Modified: db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java Modified: db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java?view=diff&rev=474015&r1=474014&r2=474015 ============================================================================== --- db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java (original) +++ db/derby/code/trunk/java/client/org/apache/derby/jdbc/ClientBaseDataSource.java Sun Nov 12 11:14:32 2006 @@ -755,7 +755,7 @@ public final static short STRONG_PASSWORD_SUBSTITUTE_SECURITY = (short) NetConfiguration.SECMEC_USRSSBPWD; /** - * sets the security mechanism + * Sets the security mechanism. * @param securityMechanism to set */ synchronized public void setSecurityMechanism(short securityMechanism) { @@ -763,9 +763,9 @@ } /** - * return the security mechanism - * if security mechanism has not been set explicitly on datasource - * then upgrade the security mechanism to a more secure one if possible + * Return the security mechanism. + * If security mechanism has not been set explicitly on datasource, + * then upgrade the security mechanism to a more secure one if possible. * @see #getUpgradedSecurityMechanism(String) * @return the security mechanism */ @@ -774,9 +774,9 @@ } /** - * return the security mechanism for this datasource object - * if security mechanism has not been set explicitly on datasource - * then upgrade the security mechanism to a more secure one if possible + * Return the security mechanism for this datasource object. + * If security mechanism has not been set explicitly on datasource, + * then upgrade the security mechanism to a more secure one if possible. * @param password password of user * @see #getUpgradedSecurityMechanism(String) * @return the security mechanism