Skip to content

Commit

Permalink
Fix bug getting missing settings from jts.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
rlktradewright committed Jan 27, 2020
1 parent 1cccd33 commit 5b61791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ibcalpha/ibc/JtsIniManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ private static List<JtsIniSectionSetting> getUnprocessedSettings(
List<JtsIniSectionSetting> missingSettings) {
return missingSettings.stream()
.filter(s -> !s.isProcessed)
.sorted()
.collect(toList());
}

Expand Down

0 comments on commit 5b61791

Please sign in to comment.