Skip to content

Commit

Permalink
Merge pull request quarkusio#16280 from geoand/srm-kafka-tiny-polish
Browse files Browse the repository at this point in the history
Fix wrong name in comment
  • Loading branch information
gsmet committed Apr 6, 2021
2 parents e7f7bea + 492453c commit 13d339a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class JsonbProducer {
private JsonbProducer() {
}

// Try to get JSON-B from Arc but fallback to regular JSON-B creation
// Try to get Jsonb from Arc but fallback to regular Jsonb creation
// The fallback could be used for example in unit tests where Arc has not been initialized
static Jsonb get() {
Jsonb jsonb = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ final class ObjectMapperProducer {
private ObjectMapperProducer() {
}

// Try to get JSON-B from Arc but fallback to regular ObjectMapper creation
// Try to get the ObjectMapper from Arc but fallback to regular ObjectMapper creation
// The fallback could be used for example in unit tests where Arc has not been initialized
static ObjectMapper get() {
ObjectMapper objectMapper = null;
Expand Down

0 comments on commit 13d339a

Please sign in to comment.