Skip to content

Commit

Permalink
use correct 4 space tabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Mar 4, 2021
1 parent 4a247d4 commit adcb799
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
*/
public interface CatalogService {

String getName();
String getName();

List<HoldingsRecord> getHoldingsByBibId(String bibId);
List<HoldingsRecord> getHoldingsByBibId(String bibId);

HoldingsRecord getHolding(String id, String holdingId);
HoldingsRecord getHolding(String id, String holdingId);

FeesFines getFeesFines(String uin) throws Exception;
FeesFines getFeesFines(String uin) throws Exception;

List<LoanItem> getLoanItems(String uin) throws Exception;
List<LoanItem> getLoanItems(String uin) throws Exception;

}

0 comments on commit adcb799

Please sign in to comment.