You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Bernard D'Have <be...@wanadoo.be> on 2002/01/18 09:03:26 UTC

[PATCH] for AbstractJdbcConnection.java

Hi,

it seems to me that this test must be a or and not a and.

Bernard

Index: AbstractJdbcConnection.java
===================================================================
RCS file:
/home/cvspublic/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibu
r/datasource/AbstractJdbcConnection.java,v
retrieving revision 1.7
diff -r1.7 AbstractJdbcConnection.java
66c66
<         if (null == keepAlive && "".equals(keepAlive.trim()))
---
>         if (null == keepAlive || "".equals(keepAlive.trim()))


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>