mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
enhancement #IB1YLX 简化规则中的注释,化繁为简
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<flow>
|
||||
<chain name="chain1">
|
||||
// 单行注释
|
||||
/**
|
||||
* 多行注释
|
||||
**/
|
||||
THEN(
|
||||
// 单行注释
|
||||
a,
|
||||
b,
|
||||
WHEN(
|
||||
/**
|
||||
* 多行注释
|
||||
**/
|
||||
c,
|
||||
b
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user