Skip to content

Commit

Permalink
Fix Codacy checstyle errors detected
Browse files Browse the repository at this point in the history
  • Loading branch information
GraciMndzSNG committed Oct 16, 2023
1 parent 201b98b commit 90c199d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ private Boolean enrichedValueFlag() {
private void fillSamplerResult(final ProducerRecord<Object, Object> producerRecord, final SampleResult sampleResult) {
final String result = "key: "
+ producerRecord.key()
+", payload: " + producerRecord.value();
+ ", payload: " + producerRecord.value();
sampleResult.setSamplerData(result);
}

Expand Down

0 comments on commit 90c199d

Please sign in to comment.