[ 
https://issues.apache.org/jira/browse/DERBY-6133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kathey Marsden updated DERBY-6133:
----------------------------------

    Labels: derby_backport_reject_10_10  (was: )

Seems to be code cleanup for moving forward, so marking  backport reject. 
                
> simple array index typo
> -----------------------
>
>                 Key: DERBY-6133
>                 URL: https://issues.apache.org/jira/browse/DERBY-6133
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>              Labels: derby_backport_reject_10_10
>             Fix For: 10.11.0.0
>
>         Attachments: 6133.txt
>
>
> code does 
> if (! (columns[0] instanceof Storable))
> instead of 
> if (! (columns[i] instanceof Storable))

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to