Skip to content

Commit b686824

Browse files
committed
fix typo; update Scala version
1 parent 201752d commit b686824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<properties>
2929
<scala.version>2.13</scala.version> <!-- for scala libraries the scala version is used in their artifactId -->
30-
<scala.full.version>2.13.15</scala.full.version>
30+
<scala.full.version>2.13.16</scala.full.version>
3131
<scala-parser-combinators.version>1.1.2</scala-parser-combinators.version>
3232
<scala-java8-compat.version>1.0.2</scala-java8-compat.version>
3333

internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private CompletionStage<JsonObject> performPreDefinedExtraFieldsOptimization(fin
205205
allConfiguredPredefinedExtraFields.containsAll(jsonFieldSelector.getPointers());
206206
if (allExtraFieldsPresent) {
207207
LOGGER.withCorrelationId(dittoHeaders)
208-
.debug("All asked for extraFields for thing <{}> we present in pre-defined fields, " +
208+
.debug("All asked for extraFields for thing <{}> were present in pre-defined fields, " +
209209
"skipping cache retrieval: <{}>", thingId, jsonFieldSelector);
210210
return CompletableFuture.completedStage(filteredPreDefinedExtraFieldsReadGranted);
211211
} else {

0 commit comments

Comments
 (0)