Skip to content

Commit

Permalink
#8 Fix semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
thred committed Mar 12, 2020
1 parent 6f30289 commit 0d0f668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static <T> DefaultPnetDataClientResultPage<T> of(ResultPage<T> resultPage
private final String scrollId;

private PnetDataClientPageSupplier<T> pageSupplier;
private PnetDataClientScrollSupplier<T> scrollSupplier;;
private PnetDataClientScrollSupplier<T> scrollSupplier;

public DefaultPnetDataClientResultPage(@JsonProperty("items") List<T> items,
@JsonProperty("itemsPerPage") int itemsPerPage, @JsonProperty("totalNumberOfItems") int totalNumberOfItems,
Expand Down

0 comments on commit 0d0f668

Please sign in to comment.