Skip to content

Commit ac75aab

Browse files
committed
Fix the 3 javadoc errors in pljava-examples
1 parent d387386 commit ac75aab

File tree

1 file changed

+3
-6
lines changed
  • pljava-examples/src/main/java/org/postgresql/pljava/example/saxon

1 file changed

+3
-6
lines changed

pljava-examples/src/main/java/org/postgresql/pljava/example/saxon/S9.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,10 +1453,7 @@ else if ( v instanceof XdmNode ) // XXX support SEQUENCE someday
14531453
* preconfigured as the Syntax Rules dictate.
14541454
* @param pt The single-row ResultSet representing the passed parameters
14551455
* and context item, if any.
1456-
* @param nameToIndex A Map, supplied empty, that on return will map
1457-
* variable names for the dynamic context to column indices in {@code pt}.
1458-
* If a context item was supplied, its index will be entered in the map
1459-
* with the null key.
1456+
* @param namespaces namespace keys and values to be declared.
14601457
*/
14611458
private static XQueryCompiler createStaticContextWithPassedTypes(
14621459
Binding.Assemblage pt, Iterable<Map.Entry<String,String>> namespaces)
@@ -1507,10 +1504,10 @@ private static XQueryCompiler createStaticContextWithPassedTypes(
15071504

15081505
/**
15091506
* Check that something's type is "convertible to XML(SEQUENCE)
1510-
* according to the Syntax Rules of ... <XML cast specification>."
1507+
* according to the Syntax Rules of ... {@code <XML cast specification>}."
15111508
* That turns out not to be a very high bar; not much is excluded
15121509
* by those rules except collection, row, structured, or
1513-
* reference typed <value expression>s.
1510+
* reference typed {@code <value expression>}s.
15141511
* @param jdbcType The {@link Types JDBC type} to be checked.
15151512
* @param what A string to include in the exception message if the
15161513
* check fails.

0 commit comments

Comments
 (0)