< prev index next >

jdk/src/java.sql/share/classes/java/sql/DatabaseMetaData.java

Print this page

        

@@ -3692,11 +3692,11 @@
      * The default implementation will return {@code false}
      *
      * @return {@code true} if this database supports sharding;
      *         {@code false} otherwise
      * @exception SQLException if a database access error occurs
-     * @since 1.9
+     * @since 9
      */
     default boolean supportsSharding() throws SQLException {
         return false;
     }
 }
< prev index next >