You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
The scala sample code in the quick-start chapter was using deprecated syntax, so this PR has fixed it.
### Why are the changes needed?
procedure syntax (SI-7605) is now deprecated, and some editors or IDEs warn against this code.
scala/bug#7605
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
`SKIP_API=1 bundle exec jekyll build` on local.
Closes#42400 from mox692/deprecate_procedure_syntax.
Authored-by: mox692 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments