Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
aruha-531 fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rcillo committed Apr 10, 2017
1 parent 965aeb9 commit 6b16f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/zalando/nakadi/domain/NakadiCursorLag.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package org.zalando.nakadi.domain;

public class NakadiCursorLag {
final private NakadiCursor firstCursor;
final private NakadiCursor lastCursor;
private final NakadiCursor firstCursor;
private final NakadiCursor lastCursor;
private long lag;

public NakadiCursorLag(final NakadiCursor first, final NakadiCursor last) {
Expand Down

0 comments on commit 6b16f03

Please sign in to comment.