Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 14, 2023
1 parent 5dab27a commit 0dfd115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/pool2/PoolUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ private static final class SynchronizedObjectPool<T> implements ObjectPool<T> {
*/
private final ReentrantReadWriteLock readWriteLock = new ReentrantReadWriteLock();

/** the underlying object pool */
/** The underlying object pool */
private final ObjectPool<T> pool;

/**
Expand Down

0 comments on commit 0dfd115

Please sign in to comment.