Skip to content

Commit cece982

Browse files
committed
Update PLJavaBasedLanguage interface javadoc
This doc comment was overlooked in 5d9836c.
1 parent fe6e7da commit cece982

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pljava-api/src/main/java/org/postgresql/pljava/PLJavaBasedLanguage.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
* An implementing class does not implement this interface directly, but rather
3939
* implements one or both of the subinterfaces {@link InlineBlocks InlineBlocks}
4040
* and {@link Routines Routines}. A language that implements {@code Routines}
41-
* may also implement one or more of: {@link Triggers Triggers},
42-
* {@link UsingTransforms UsingTransforms}. The implementing class must
43-
* have a public constructor with a
41+
* may also implement one or more of: {@link ReturningSets ReturningSets},
42+
* {@link Triggers Triggers}, {@link UsingTransforms UsingTransforms}.
43+
* The implementing class must have a public constructor with a
4444
* {@link ProceduralLanguage ProceduralLanguage} parameter, which it may ignore,
4545
* or use to determine the name, oid, accessibility, or other details of the
4646
* declared PostgreSQL language the handler class has been instantiated for.

0 commit comments

Comments
 (0)