bengbengbalabalabeng commented on code in PR #1012:
URL: https://github.com/apache/fesod/pull/1012#discussion_r3782297187
##########
website/docs/sheet/write/pojo.md:
##########
@@ -204,12 +201,11 @@ public void includeColumnOrderWrite() {
Add `.orderByIncludeColumn(true)` to follow the collection's order instead:
```java
-@Test
-public void orderByIncludeColumnWrite() {
- String fileName = "includeColumnFieldWrite" + System.currentTimeMillis() +
".xlsx";
+void main() {
Review Comment:
Thank you for the reminder! The purpose of switching to the `JEP‑512` style
this time is mainly to keep the example code in the documentation structurally
consistent, and it is not intended to imply any connection between these
examples and `PSVM`.
In the updated example, `void main()` is used only to improve readability;
it does not represent the actual entry-point method, nor does it alter the
semantics of the example. Therefore, it will not be confused with `PSVM`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]