Skip to content

Commit

Permalink
Document Overview
Browse files Browse the repository at this point in the history
  • Loading branch information
ablx committed Sep 15, 2017
1 parent b6578f1 commit 371e7c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public Rule findById(String id) {
}

@Override
public List<Rule> findAll() {
public List<Rule> findAll(int page) {
log.debug("Find all rules");
ResponseEntity<List<Rule>> result = restTemplate
.exchange(baseUrl, HttpMethod.GET, null, new ParameterizedTypeReference<List<Rule>>() {
Expand Down

0 comments on commit 371e7c0

Please sign in to comment.