This is an automated email from the ASF dual-hosted git repository.
psxjoy 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 68109d4b refactor: Remove @EqualsAndHashCode annotation from
AnalysisCell class (#723)
68109d4b is described below
commit 68109d4b7fde624823460a71b8b2acc36c8ce0ca
Author: gongzhongqiang <[email protected]>
AuthorDate: Thu Dec 4 17:56:22 2025 +0800
refactor: Remove @EqualsAndHashCode annotation from AnalysisCell class
(#723)
---
.../java/org/apache/fesod/sheet/write/metadata/fill/AnalysisCell.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/fesod/src/main/java/org/apache/fesod/sheet/write/metadata/fill/AnalysisCell.java
b/fesod/src/main/java/org/apache/fesod/sheet/write/metadata/fill/AnalysisCell.java
index 88da351f..9bc30d7b 100644
---
a/fesod/src/main/java/org/apache/fesod/sheet/write/metadata/fill/AnalysisCell.java
+++
b/fesod/src/main/java/org/apache/fesod/sheet/write/metadata/fill/AnalysisCell.java
@@ -20,7 +20,6 @@
package org.apache.fesod.sheet.write.metadata.fill;
import java.util.List;
-import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import org.apache.fesod.sheet.enums.WriteTemplateAnalysisCellTypeEnum;
@@ -32,7 +31,6 @@ import
org.apache.fesod.sheet.enums.WriteTemplateAnalysisCellTypeEnum;
**/
@Getter
@Setter
-@EqualsAndHashCode
public class AnalysisCell {
private int columnIndex;
private int rowIndex;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]