Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmp committed Aug 17, 2017
2 parents e85e986 + a150eb2 commit 83ba1c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import org.cdlib.ill.report.vdx.VdxLending;
import org.cdlib.ill.report.vdx.VdxBorrowingRepository;
import org.cdlib.ill.report.vdx.VdxLendingRepository;
import org.cdlib.ill.report.vdx.procedures.SpVdxLending;
import org.cdlib.ill.report.vdx.procedures.SpVdxLendingBilling;
import org.cdlib.ill.report.vdx.procedures.SpVdxLendingBillingRepository;
import org.cdlib.ill.report.vdx.procedures.SpVdxLendingUnfilledDetail;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,5 @@ public void getVdxLendingTat(Writer output,
List<SpVdxLendingTat> data = spVdxLendingTatRepo.getLendingTat(VdxCampus.fromCode(campusCode).map(VdxCampus::getCode).orElse("%"), startDate, endDate).collect(Collectors.toList());
mapper.writer(schema).writeValue(output, data);
}

}

0 comments on commit 83ba1c8

Please sign in to comment.