未验证 提交 62fb2fd1 编写于 作者: W wangyangting 提交者: GitHub

fix service comment (#3901)

* fix service comment

## Before
```xml
<!--service end-->
...
<!--service end-->
```

## After
```xml
<!--service start-->
...
<!--service end-->
```

* Update dolphinscheduler-binary.xml
Co-authored-by: Ndailidong <dailidong66@gmail.com>
上级 5b4a8fdc
......@@ -112,8 +112,8 @@
</fileSet>
<!--server end-->
<!--service end-->
<!--service start-->
<fileSet>
<directory>${basedir}/../dolphinscheduler-service/src/main/resources</directory>
<includes>
......@@ -226,4 +226,4 @@
</excludes>
</dependencySet>
</dependencySets>
</assembly>
\ No newline at end of file
</assembly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册