Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Nov 14, 2022
2 parents b019785 + 50f60f1 commit 145f507
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -800,10 +800,10 @@ public enum DiagnosticErrorCode implements DiagnosticCode {
CANNOT_INFER_TYPEDESC_ARGUMENT_WITHOUT_CET("BCE4046",
"cannot.infer.typedesc.argument.without.cet"),
OUTER_JOIN_MUST_BE_DECLARED_WITH_VAR(
"BCE4047", "outer.join.must.be.declared.with.var"),
"BCE4047", "outer.join.must.be.declared.with.var"),
CANNOT_USE_ALTERNATE_WAIT_ACTION_WITHIN_MULTIPLE_WAIT_ACTION("BCE4048",
"cannot.use.alternate.wait.action.within.multiple.wait.action"),
EXPRESSION_OF_FUTURE_TYPE_EXPECTED("BCE4049", "future.expression.expected")
"cannot.use.alternate.wait.action.within.multiple.wait.action"),
EXPRESSION_OF_FUTURE_TYPE_EXPECTED("BCE4049", "future.expression.expected")
;

private String diagnosticId;
Expand Down

0 comments on commit 145f507

Please sign in to comment.