Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nateab committed Jun 8, 2022
1 parent 26e8334 commit 7c4bdc2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -344,7 +344,7 @@ public String deserialize(final String topicName, final byte[] bytes) {
}

@Override
public Object deserialize(String topic, Headers headers, byte[] data) {
public Object deserialize(final String topic, final Headers headers, final byte[] data) {
return Deserializer.super.deserialize(topic, headers, data);
}

Expand Down

0 comments on commit 7c4bdc2

Please sign in to comment.