Skip to content

Commit cc41eb0

Browse files
committed
Update to current script parameter syntax
1 parent 5cad608 commit cc41eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/script_templates/Intro/Greeting.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// @String(label="Please enter your name",description="Name field") name
2-
// @OUTPUT String greeting
1+
#@ String(label="Please enter your name", description="Name field") name
2+
#@output String greeting
33

44
// A Scala script with parameters
55
// It is the duty of the scripting framework to harvest

0 commit comments

Comments
 (0)