Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Jan 28, 2021
1 parent a108cf1 commit 005cb69
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -175,9 +175,9 @@ public void put(Collection<SinkRecord> sinkRecords) {
if (header.key().startsWith(HEADER_CAMEL_PREFIX)) {
mapHeader(header, HEADER_CAMEL_PREFIX, exchange.getMessage().getHeaders());
} else if (header.key().startsWith(PROPERTY_CAMEL_PREFIX)) {
if (mapProperties) {
if (mapProperties) {
mapHeader(header, PROPERTY_CAMEL_PREFIX, exchange.getProperties());
}
}
}
}

Expand Down

0 comments on commit 005cb69

Please sign in to comment.