Skip to content

Commit

Permalink
private constants
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 27, 2023
1 parent 9bd7cd3 commit a24fa93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/github/eocqrs/kafka/fake/FkRecords.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
public final class FkRecords implements
Scalar<ConsumerRecords<Object, String>> {

public static final int DEFAULT_PARTITION = 0;
public static final long ZERO_OFFSET = 0L;
private static final int DEFAULT_PARTITION = 0;
private static final long ZERO_OFFSET = 0L;
private final String topic;
private final Collection<String> datasets;

Expand Down

0 comments on commit a24fa93

Please sign in to comment.