--- old/src/share/classes/java/sql/DatabaseMetaData.java 2014-08-08 07:01:48.000000000 -0400 +++ new/src/share/classes/java/sql/DatabaseMetaData.java 2014-08-08 07:01:48.000000000 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -1216,7 +1216,7 @@ * PROCEDURE_CAT, PROCEDURE_SCHEM, * PROCEDURE_NAME and SPECIFIC_ NAME. * - *

Each procedure description has the the following columns: + *

Each procedure description has the following columns: *

    *
  1. PROCEDURE_CAT String {@code =>} procedure catalog (may be null) *
  2. PROCEDURE_SCHEM String {@code =>} procedure schema (may be null) @@ -1487,7 +1487,7 @@ *
  3. TABLE_TYPE String {@code =>} table type. Typical types are "TABLE", * "VIEW", "SYSTEM TABLE", "GLOBAL TEMPORARY", * "LOCAL TEMPORARY", "ALIAS", "SYNONYM". - *
  4. REMARKS String {@code =>} explanatory comment on the table + *
  5. REMARKS String {@code =>} explanatory comment on the table (may be {@code null}) *
  6. TYPE_CAT String {@code =>} the types catalog (may be null) *
  7. TYPE_SCHEM String {@code =>} the types schema (may be null) *
  8. TYPE_NAME String {@code =>} type name (may be null) @@ -1710,7 +1710,7 @@ *
  9. GRANTOR String {@code =>} grantor of access (may be null) *
  10. GRANTEE String {@code =>} grantee of access *
  11. PRIVILEGE String {@code =>} name of access (SELECT, - * INSERT, UPDATE, REFRENCES, ...) + * INSERT, UPDATE, REFERENCES, ...) *
  12. IS_GRANTABLE String {@code =>} "YES" if grantee is permitted * to grant to others; "NO" if not; null if unknown *
@@ -1755,7 +1755,7 @@ *
  • GRANTOR String {@code =>} grantor of access (may be null) *
  • GRANTEE String {@code =>} grantee of access *
  • PRIVILEGE String {@code =>} name of access (SELECT, - * INSERT, UPDATE, REFRENCES, ...) + * INSERT, UPDATE, REFERENCES, ...) *
  • IS_GRANTABLE String {@code =>} "YES" if grantee is permitted * to grant to others; "NO" if not; null if unknown * @@ -2509,7 +2509,7 @@ *
  • TYPE short {@code =>} index type: *