Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 18147 invoked from network); 13 Jul 2007 10:48:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jul 2007 10:48:56 -0000 Received: (qmail 24412 invoked by uid 500); 13 Jul 2007 10:48:58 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 24367 invoked by uid 500); 13 Jul 2007 10:48:58 -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 24352 invoked by uid 99); 13 Jul 2007 10:48:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 03:48:58 -0700 X-ASF-Spam-Status: No, hits=-99.5 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; Fri, 13 Jul 2007 03:48:55 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3BFED1A981A; Fri, 13 Jul 2007 03:48:35 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r555927 - /db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/DRDAResultSet.java Date: Fri, 13 Jul 2007 10:48:35 -0000 To: derby-commits@db.apache.org From: kahatlen@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070713104835.3BFED1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kahatlen Date: Fri Jul 13 03:48:34 2007 New Revision: 555927 URL: http://svn.apache.org/viewvc?view=rev&rev=555927 Log: Fixed javadoc. Modified: db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/DRDAResultSet.java Modified: db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/DRDAResultSet.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/DRDAResultSet.java?view=diff&rev=555927&r1=555926&r2=555927 ============================================================================== --- db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/DRDAResultSet.java (original) +++ db/derby/code/trunk/java/drda/org/apache/derby/impl/drda/DRDAResultSet.java Fri Jul 13 03:48:34 2007 @@ -310,7 +310,7 @@ } - /* + /** * Is lob object nullable * @param index - offset starting with 0 * @return true if object is nullable