mirror of https://github.com/apache/activemq.git
[AMQ-8279] Fix type-o when converting new Boolean(true) to Boolean.TRUE
This commit is contained in:
parent
2cc17a2fa0
commit
5fe4999a4d
|
@ -408,7 +408,7 @@ public class PooledConnectionFactoryTest extends JmsPoolTestSupport {
|
|||
}
|
||||
|
||||
// all good, test succeeded
|
||||
return Boolean.FALSE;
|
||||
return Boolean.TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue