BasePooledObjectFactory.validateObject

This implementation always returns {@code true}.

@param p ignored

@return {@code true}

class BasePooledObjectFactory(T)
override
bool
validateObject
(
PooledObject!(T) p
)

Meta