Skip to content

Commit

Permalink
added the stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed May 29, 2024
1 parent 84fd7f0 commit 2649846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/testKitGen/TestDivider.java
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ private Map<String, Integer> getDataFromTRSS() {
parseDuration(responseReader, map);
} catch (IOException | ParseException e) {
System.out.println("Warning: cannot parse data from TRSS.");
e.printStackTrace();
}
return map;
}
Expand Down

0 comments on commit 2649846

Please sign in to comment.