Skip to content

Commit 01373f2

Browse files
committed
Format nit
Javadoc
1 parent 11ab59b commit 01373f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/apache/commons/pool3/impl/GenericObjectPool.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,11 +972,12 @@ public void invalidateObject(final T obj, final DestroyMode destroyMode) throws
972972
public Set<DefaultPooledObjectInfo> listAllObjects() {
973973
return allObjects.values().stream().map(DefaultPooledObjectInfo::new).collect(Collectors.toSet());
974974
}
975+
975976
/**
976977
* Tries to ensure that {@link #getMinIdle()} idle instances are available
977978
* in the pool.
978979
*
979-
* @throws E If the associated factory throws an exception
980+
* @throws E If the associated factory throws an exception.
980981
* @since 2.4
981982
*/
982983
public void preparePool() throws E {

0 commit comments

Comments
 (0)