< prev index next >

src/java.sql/share/classes/java/sql/Connection.java

Print this page

        

@@ -1521,11 +1521,11 @@
      * the request and no dependency on local state that crosses request
      * boundaries. Committed database state is not local.
      *
      * @implSpec
      * The default implementation is a no-op.
-     * <p>
+     *
      * @apiNote
      * This method is to be used by Connection pooling managers.
      * <p>
      * The pooling manager should call {@code beginRequest} on the underlying connection
      * prior to returning a connection to the caller.
< prev index next >