[AMQ-8279] Fix type-o when converting new Boolean(true) to Boolean.TRUE

This commit is contained in:
Matt Pavlovich 2021-05-26 10:43:17 -05:00
parent 2cc17a2fa0
commit 5fe4999a4d
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ public class PooledConnectionFactoryTest extends JmsPoolTestSupport {
}
// all good, test succeeded
return Boolean.FALSE;
return Boolean.TRUE;
}
}
}