cloudcc-cli 1.9.5 → 1.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ async function create(argvs) {
17
17
  fs.mkdirSync(triggersPath, { recursive: true });
18
18
 
19
19
  const javaTmp = `public class ${body.name} extends CCTrigger {
20
- public void demo(){
20
+ public void ${body.name}(){
21
21
  // @SOURCE_CONTENT_START
22
22
  System.out.print("hello World");
23
23
  // @SOURCE_CONTENT_END