Skip to content

Commit

Permalink
CAMEL-12089 - Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Dec 21, 2017
1 parent c4fb57f commit 5174816
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
public class ReachedClosedStatusException extends Exception {

private static final long serialVersionUID = -2701697822726751407L;
private final String streamName;

private final String streamName;
private final String shardId;

public ReachedClosedStatusException(String streamName, String shardId) {
Expand Down

0 comments on commit 5174816

Please sign in to comment.