This is an automated email from the ASF dual-hosted git repository.

delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new fbec1ed5 refactor: rename ByFastExcelCGLIB to ByFesodCGLIB (#809)
fbec1ed5 is described below

commit fbec1ed50a0192ed94b03061fa3cdb610d873efb
Author: gongzhongqiang <[email protected]>
AuthorDate: Sat Jan 17 16:33:08 2026 +0800

    refactor: rename ByFastExcelCGLIB to ByFesodCGLIB (#809)
    
    Update class tag name to align with Fesod branding.
---
 fesod-sheet/src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fesod-sheet/src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java 
b/fesod-sheet/src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java
index 3de02128..21ef45cf 100644
--- a/fesod-sheet/src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java
+++ b/fesod-sheet/src/main/java/org/apache/fesod/sheet/util/BeanMapUtils.java
@@ -52,7 +52,7 @@ public class BeanMapUtils {
 
         @Override
         protected String getTag() {
-            return "ByFastExcelCGLIB";
+            return "ByFesodCGLIB";
         }
     }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to