Skip to content

Commit

Permalink
FIX add field y info for dataResource without Y (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrenceGee authored Jul 4, 2024
1 parent 0893368 commit 6727d45
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 246 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ public void setField(String field) {
}
}

public void addContentSzie(){
public void addContentSize(){
fileContentSize++;
}
public void addFileYRowSzie(){
public void addFileYRowSize(){
resourceFileYRow++;
}
}
Loading

0 comments on commit 6727d45

Please sign in to comment.