Commit 3742709
fix: use unique action name in Level 10 OR MODIFY java action example
The previous Level 10 example tried to CREATE JaTest.FormatDate which
was already created at line 184, causing "java action already exists"
in the integration test. Use JaTest.PadString as a self-contained demo
so Level 10 does not conflict with the existing FormatDate action.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 63193c6 commit 3742709
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1809 | 1809 | | |
1810 | 1810 | | |
1811 | 1811 | | |
1812 | | - | |
| 1812 | + | |
1813 | 1813 | | |
1814 | 1814 | | |
1815 | 1815 | | |
1816 | 1816 | | |
1817 | 1817 | | |
1818 | 1818 | | |
1819 | 1819 | | |
1820 | | - | |
| 1820 | + | |
1821 | 1821 | | |
1822 | | - | |
| 1822 | + | |
| 1823 | + | |
1823 | 1824 | | |
1824 | 1825 | | |
1825 | | - | |
1826 | | - | |
1827 | | - | |
1828 | | - | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
1829 | 1829 | | |
1830 | 1830 | | |
1831 | | - | |
| 1831 | + | |
1832 | 1832 | | |
1833 | 1833 | | |
1834 | 1834 | | |
| |||
0 commit comments