Skip to content

Commit

Permalink
nonRepea.cle
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed May 29, 2023
1 parent 61497ce commit 95aaaf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/io/xream/sspoin/ExcelReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ private static void repeated(Parsed parsed, List list) {
}
}
}
cvMap.clear();
}
}

Expand All @@ -113,6 +114,7 @@ private static void repeated(Parsed parsed, List list) {
e.printStackTrace();
}
}
set.clear();
}
}
}
Expand Down

0 comments on commit 95aaaf8

Please sign in to comment.