/* */ {
/* 687 */ Set candidateSet = Collections.singleton(cl.getManagedConnection());
/* */
/* 689 */ if ((this.mcf instanceof ValidatingManagedConnectionFactory))
/* */ {
/* 691 */ ValidatingManagedConnectionFactory vcf = (ValidatingManagedConnectionFactory)this.mcf;
/* 692 */ candidateSet = vcf.getInvalidConnections(candidateSet);
/* */
/* 694 */ if ((candidateSet != null) && (candidateSet.size() > 0))
/* */ {
/* 697 */ if (cl.getState() != 1)
/* */ {