Skip to content

Commit aa2edd4

Browse files
onacitjaikiran
authored andcommittedApr 27, 2024
8330686: Fix typos in the DatabaseMetaData javadoc
Reviewed-by: jpai, lancea, iris
1 parent aee91fb commit aa2edd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1996, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1996, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -1215,7 +1215,7 @@ boolean dataDefinitionIgnoredInTransactions()
12151215
* Only procedure descriptions matching the schema and
12161216
* procedure name criteria are returned. They are ordered by
12171217
* {@code PROCEDURE_CAT}, {@code PROCEDURE_SCHEM},
1218-
* {@code PROCEDURE_NAME} and {@code SPECIFIC_ NAME}.
1218+
* {@code PROCEDURE_NAME} and {@code SPECIFIC_NAME}.
12191219
*
12201220
* <P>Each procedure description has the following columns:
12211221
* <OL>
@@ -3289,7 +3289,7 @@ ResultSet getClientInfoProperties()
32893289
* function name criteria are returned. They are ordered by
32903290
* {@code FUNCTION_CAT}, {@code FUNCTION_SCHEM},
32913291
* {@code FUNCTION_NAME} and
3292-
* {@code SPECIFIC_ NAME}.
3292+
* {@code SPECIFIC_NAME}.
32933293
*
32943294
* <P>Each function description has the following columns:
32953295
* <OL>
@@ -3339,7 +3339,7 @@ ResultSet getFunctions(String catalog, String schemaPattern,
33393339
* parameter name criteria are returned. They are ordered by
33403340
* {@code FUNCTION_CAT}, {@code FUNCTION_SCHEM},
33413341
* {@code FUNCTION_NAME} and
3342-
* {@code SPECIFIC_ NAME}. Within this, the return value,
3342+
* {@code SPECIFIC_NAME}. Within this, the return value,
33433343
* if any, is first. Next are the parameter descriptions in call
33443344
* order. The column descriptions follow in column number order.
33453345
*
@@ -3358,7 +3358,7 @@ ResultSet getFunctions(String catalog, String schemaPattern,
33583358
* <LI> functionColumnIn - IN parameter
33593359
* <LI> functionColumnInOut - INOUT parameter
33603360
* <LI> functionColumnOut - OUT parameter
3361-
* <LI> functionColumnReturn - function return value
3361+
* <LI> functionReturn - function return value
33623362
* <LI> functionColumnResult - Indicates that the parameter or column
33633363
* is a column in the {@code ResultSet}
33643364
* </UL>

0 commit comments

Comments
 (0)
Please sign in to comment.