Skip to content

Commit 1fb6dac

Browse files
committed
fix: documents for the java ast decorator
Signed-off-by: peefy <[email protected]>
1 parent af74c0b commit 1fb6dac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

java/src/main/java/com/kcl/ast/Decorator.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
import java.util.List;
55

66
/**
7-
* CallExpr, e.g.
7+
* Decorator, e.g.
88
*
99
* <pre>
1010
* {@code
11-
* func1()
12-
* func2(1)
13-
* func3(x=2)
11+
* deprecated(strict=True)
1412
* }
1513
* </pre>
1614
*/

0 commit comments

Comments
 (0)