Skip to content

Commit

Permalink
Merge pull request #154 from TAMULib/fix-voyager-items
Browse files Browse the repository at this point in the history
[153] Fix for VoyagerCatalogService droppping holding items
  • Loading branch information
jsavell committed Oct 13, 2021
2 parents 338314c + f0dc288 commit c554fd4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
*/
public class VoyagerCatalogService implements CatalogService {

private static final Logger logger = LoggerFactory.getLogger(FolioCatalogService.class);
private static final Logger logger = LoggerFactory.getLogger(VoyagerCatalogService.class);

private static final int REQUEST_TIMEOUT = 120000;

Expand Down Expand Up @@ -185,8 +185,6 @@ public List<HoldingsRecord> getHoldingsByBibId(String bibId) {
.build();

catalogHoldings.add(holdingsRecord);

catalogItems.clear();
}
return catalogHoldings;
} catch (IOException | ParserConfigurationException | SAXException e) {
Expand Down

0 comments on commit c554fd4

Please sign in to comment.