@@ -665,7 +665,7 @@ public String toString() {
665665 * A synchronized (thread-safe) KeyedObjectPool backed by the specified
666666 * KeyedObjectPool.
667667 * <p>
668- * <b >Note:</b > This should not be used on pool implementations that already
668+ * <strong >Note:</strong > This should not be used on pool implementations that already
669669 * provide proper synchronization such as the pools provided in the Commons
670670 * Pool library. Wrapping a pool that {@link #wait() waits} for poolable
671671 * objects to be returned before allowing another one to be borrowed with
@@ -896,7 +896,7 @@ public String toString() {
896896 * KeyedPooledObjectFactory and synchronizes access to the wrapped factory
897897 * methods.
898898 * <p>
899- * <b >Note:</b > This should not be used on pool implementations that already
899+ * <strong >Note:</strong > This should not be used on pool implementations that already
900900 * provide proper synchronization such as the pools provided in the Commons
901901 * Pool library.
902902 * </p>
@@ -1011,7 +1011,7 @@ public boolean validateObject(final K key, final PooledObject<V> p) {
10111011 * A synchronized (thread-safe) ObjectPool backed by the specified
10121012 * ObjectPool.
10131013 * <p>
1014- * <b >Note:</b > This should not be used on pool implementations that already
1014+ * <strong >Note:</strong > This should not be used on pool implementations that already
10151015 * provide proper synchronization such as the pools provided in the Commons
10161016 * Pool library. Wrapping a pool that {@link #wait() waits} for poolable
10171017 * objects to be returned before allowing another one to be borrowed with
@@ -1185,7 +1185,7 @@ public String toString() {
11851185 * PooledObjectFactory and synchronizes access to the wrapped factory
11861186 * methods.
11871187 * <p>
1188- * <b >Note:</b > This should not be used on pool implementations that already
1188+ * <strong >Note:</strong > This should not be used on pool implementations that already
11891189 * provide proper synchronization such as the pools provided in the Commons
11901190 * Pool library.
11911191 * </p>
@@ -1751,7 +1751,7 @@ public static <K, V> KeyedPooledObjectFactory<K, V> synchronizedKeyedPooledFacto
17511751 * Returns a synchronized (thread-safe) KeyedObjectPool backed by the
17521752 * specified KeyedObjectPool.
17531753 * <p>
1754- * <b >Note:</b > This should not be used on pool implementations that already
1754+ * <strong >Note:</strong > This should not be used on pool implementations that already
17551755 * provide proper synchronization such as the pools provided in the Commons
17561756 * Pool library. Wrapping a pool that {@link #wait() waits} for poolable
17571757 * objects to be returned before allowing another one to be borrowed with
@@ -1784,7 +1784,7 @@ public static <K, V> KeyedObjectPool<K, V> synchronizedPool(final KeyedObjectPoo
17841784 * Returns a synchronized (thread-safe) ObjectPool backed by the specified
17851785 * ObjectPool.
17861786 * <p>
1787- * <b >Note:</b > This should not be used on pool implementations that already
1787+ * <strong >Note:</strong > This should not be used on pool implementations that already
17881788 * provide proper synchronization such as the pools provided in the Commons
17891789 * Pool library. Wrapping a pool that {@link #wait() waits} for poolable
17901790 * objects to be returned before allowing another one to be borrowed with
0 commit comments