Skip to content

Commit

Permalink
Documented changes made.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Sep 13, 2024
1 parent 448176c commit e6b66ed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ public List<String[]> getLines() {
* @return The resulting CsvParserResult instance.
*/
public CsvFailingLines process(List<String[]> lines) {
// Save cached objects to avoid losing them prematurely by other Parsers
// See DisplaysCsvParser#save(OpenmrsObject)
Context.flushSession();
Context.clearSession();

Expand Down

0 comments on commit e6b66ed

Please sign in to comment.