Skip to content

Commit

Permalink
Format fix for AbstractPool.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ambi88dex committed Jul 13, 2024
1 parent 919f33b commit 7070a48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reactor-pool/src/main/java/reactor/pool/AbstractPool.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
* @author Simon Baslé
* @author Violeta Georgieva
*/
abstract class AbstractPool<POOLABLE> implements InstrumentedPool<POOLABLE>,
InstrumentedPool.PoolMetrics {
abstract class AbstractPool<POOLABLE> implements InstrumentedPool<POOLABLE>, InstrumentedPool.PoolMetrics {

//A pool should be rare enough that having instance loggers should be ok
//This helps with testability of some methods that for now mainly log
Expand Down

0 comments on commit 7070a48

Please sign in to comment.