Skip to content

Commit 10a15c1

Browse files
committed
chore: Use release please to manage datastore snippet version
1 parent 05d20aa commit 10a15c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/telemetry/DatastoreMetricsRecorder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static DatastoreMetricsRecorder getInstance(@Nonnull DatastoreOptions datastoreO
125125
new OpenTelemetryDatastoreMetricsRecorder(customOtel, TelemetryConstants.METRIC_PREFIX));
126126
}
127127

128-
// Default metrics are disabled and user has not custom Otel instance
128+
// Default metrics are disabled and user has no custom Otel instance
129129
if (recorders.isEmpty()) {
130130
return new NoOpDatastoreMetricsRecorder();
131131
}

java-datastore/samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-datastore</artifactId>
44-
<version>2.40.0</version>
44+
<version>2.40.0</version><!-- {x-version-update:google-cloud-datastore:current} -->
4545
</dependency>
4646
<!-- [END datastore_install_with_bom] -->
4747

0 commit comments

Comments
 (0)