@@ -673,7 +673,7 @@ public String toString() {
673673 * A synchronized (thread-safe) KeyedObjectPool backed by the specified
674674 * KeyedObjectPool.
675675 * <p>
676- * <b >Note:</b > This should not be used on pool implementations that already
676+ * <strong >Note:</strong > This should not be used on pool implementations that already
677677 * provide proper synchronization such as the pools provided in the Commons
678678 * Pool library. Wrapping a pool that {@link #wait() waits} for poolable
679679 * objects to be returned before allowing another one to be borrowed with
@@ -905,7 +905,7 @@ public String toString() {
905905 * KeyedPooledObjectFactory and synchronizes access to the wrapped factory
906906 * methods.
907907 * <p>
908- * <b >Note:</b > This should not be used on pool implementations that already
908+ * <strong >Note:</strong > This should not be used on pool implementations that already
909909 * provide proper synchronization such as the pools provided in the Commons
910910 * Pool library.
911911 * </p>
@@ -1021,7 +1021,7 @@ public boolean validateObject(final K key, final PooledObject<V> p) {
10211021 * A synchronized (thread-safe) ObjectPool backed by the specified
10221022 * ObjectPool.
10231023 * <p>
1024- * <b >Note:</b > This should not be used on pool implementations that already
1024+ * <strong >Note:</strong > This should not be used on pool implementations that already
10251025 * provide proper synchronization such as the pools provided in the Commons
10261026 * Pool library. Wrapping a pool that {@link #wait() waits} for poolable
10271027 * objects to be returned before allowing another one to be borrowed with
@@ -1196,7 +1196,7 @@ public String toString() {
11961196 * PooledObjectFactory and synchronizes access to the wrapped factory
11971197 * methods.
11981198 * <p>
1199- * <b >Note:</b > This should not be used on pool implementations that already
1199+ * <strong >Note:</strong > This should not be used on pool implementations that already
12001200 * provide proper synchronization such as the pools provided in the Commons
12011201 * Pool library.
12021202 * </p>
@@ -1676,7 +1676,7 @@ public static <K, V, E extends Exception> KeyedPooledObjectFactory<K, V, E> sync
16761676 * Returns a synchronized (thread-safe) KeyedObjectPool backed by the
16771677 * specified KeyedObjectPool.
16781678 * <p>
1679- * <b >Note:</b > This should not be used on pool implementations that already
1679+ * <strong >Note:</strong > This should not be used on pool implementations that already
16801680 * provide proper synchronization such as the pools provided in the Commons
16811681 * Pool library. Wrapping a pool that {@link #wait() waits} for poolable
16821682 * objects to be returned before allowing another one to be borrowed with
@@ -1709,7 +1709,7 @@ public static <K, V, E extends Exception> KeyedObjectPool<K, V, E> synchronizedP
17091709 * Returns a synchronized (thread-safe) ObjectPool backed by the specified
17101710 * ObjectPool.
17111711 * <p>
1712- * <b >Note:</b > This should not be used on pool implementations that already
1712+ * <strong >Note:</strong > This should not be used on pool implementations that already
17131713 * provide proper synchronization such as the pools provided in the Commons
17141714 * Pool library. Wrapping a pool that {@link #wait() waits} for poolable
17151715 * objects to be returned before allowing another one to be borrowed with
0 commit comments