Skip to content

Commit b2aa816

Browse files
committed
Fix the two errors javadoc reports in pljava-api
... with --show-module-contents all --show-packages all --show-types private --show-members private. There are still lots of warnings reported and I have made no effort to look at the docs generated with those settings. But it ought to be possible to do so, with the first step being to eliminate the errors that cause generation to fail.
1 parent d0c95c7 commit b2aa816

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pljava-api/src/main/java/org/postgresql/pljava/annotation/processing/DDRProcessorImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ public String[] undeployStrings()
17491749
enum MethodShape
17501750
{
17511751
/**
1752-
* Method has the shape {@code boolean foo(..., ResultSet)], which
1752+
* Method has the shape {@code boolean foo(..., ResultSet)}, which
17531753
* could be an ordinary method with an incoming record parameter and
17541754
* boolean return, or a composite-returning method whose last
17551755
* a writable ResultSet supplied by PL/Java for the return value.
@@ -5628,7 +5628,7 @@ void addMap(Class<?> k, String schema, String local)
56285628
* already in the form of a {@code DBType}.
56295629
*
56305630
* @param k Class representing the Java type
5631-
* @param DBType representing the SQL type to be used
5631+
* @param type DBType representing the SQL type to be used
56325632
*/
56335633
void addMap(Class<?> k, DBType type)
56345634
{

0 commit comments

Comments
 (0)