Skip to content

Commit

Permalink
Merge pull request #137 from Maheshgopal/OLE-8483
Browse files Browse the repository at this point in the history
Modified for jira OLE-8483 . Applied patch for reflection issues in loan processor
  • Loading branch information
Peri Subrahmanya committed Dec 24, 2015
2 parents 2505411 + c3e3224 commit ef559e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public class LoanProcessor extends PatronBillResolver {
private static Map<String, String> locationName = new HashMap<>();

private CircDeskLocationResolver circDeskLocationResolver;
private OlePatronHelperServiceImpl olePatronHelperService;
private OlePatronHelperService olePatronHelperService;
private DocstoreClientLocator docstoreClientLocator;
private OleNoticeService oleNoticeService;

Expand Down Expand Up @@ -174,7 +174,7 @@ public OlePatronHelperService getOlePatronHelperService(){
return olePatronHelperService;
}

public void setOlePatronHelperService(OlePatronHelperServiceImpl olePatronHelperService) {
public void setOlePatronHelperService(OlePatronHelperService olePatronHelperService) {
this.olePatronHelperService = olePatronHelperService;
}

Expand Down

0 comments on commit ef559e9

Please sign in to comment.