Skip to content

Commit 117f8e2

Browse files
committed
Fix message typo in an example
Introduced in 17b7d7c.
1 parent 74a8622 commit 117f8e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pljava-examples/src/main/java/org/postgresql/pljava/example/annotation/ConditionalDDR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
)
7979

8080
@SQLAction(implementor="LifeIsGood", install=
81-
"SELECT javatest.logmessage('INFO', 'ConditionlDDR looking good!')"
81+
"SELECT javatest.logmessage('INFO', 'ConditionalDDR looking good!')"
8282
)
8383

8484
@SQLAction(implementor="LifeIsNotGood", install=

0 commit comments

Comments
 (0)