Skip to content

Commit

Permalink
Updated class inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahw135-CDL committed Jul 19, 2021
1 parent 69cec72 commit 3a99514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/cdlib/ill/model/CampusILLReport.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.hateoas.ResourceSupport;
import org.springframework.hateoas.RepresentationModel;

public class CampusILLReport extends ResourceSupport {
public class CampusILLReport extends RepresentationModel {

private String title;
private String campusCode;
Expand Down

0 comments on commit 3a99514

Please sign in to comment.