Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Update compiler-plugin/src/main/java/io/ballerina/stdlib/stan/plugin/…
Browse files Browse the repository at this point in the history
…PluginConstants.java

Co-authored-by: Thisaru Guruge <[email protected]>
  • Loading branch information
aashikam and ThisaruGuruge authored Mar 17, 2023
1 parent 9c8935b commit 9c64537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ enum CompilationErrors {
INVALID_SERVICE_ATTACH_POINT("Invalid service attach point. Only string literals are allowed.",
"STAN_117"),
DEPRECATION_WARNING("The ballerinax/stan module is being deprecated. NATS enabled applications requiring " +
"persistence should use the JetStreamClient provided by ballerinax/nats module..", "STAN_118");
"persistence should use the JetStreamClient provided by ballerinax/nats module.", "STAN_118");

private final String error;
private final String errorCode;
Expand Down

0 comments on commit 9c64537

Please sign in to comment.