Commit 892b2a1
fix(ant): Include csv in Export.setFormat's unsupported-format message
setFormat(String) has always accepted "csv" via isSupportedFormat(), but
its IllegalArgumentException message listed only 'flat'(default), 'xml',
'dtd', 'xls', and 'yml' - omitting the one format this area's other bugs
(issue 808) are specifically about, and misleading anyone who hit the
exception into thinking csv wasn't supported.
Refs: 808
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QqQTzFd5qsXiMTpFsReD121 parent 51341ff commit 892b2a1
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments