Skip to content

Commit 13807c8

Browse files
authored
Merge branch 'main' into partial_release_1.80.1
2 parents 1764a68 + 43355ef commit 13807c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.kokoro/dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ retry_with_backoff 3 10 \
6464
-Dmaven.javadoc.skip=true \
6565
-Dclirr.skip=true
6666

67-
mvn -B dependency:analyze -DfailOnWarning=true
67+
mvn -B dependency:analyze -DfailOnWarning=true -Dcheckstyle.skip=true
6868

6969
if [[ -n "${BUILD_SUBDIR}" ]]
7070
then

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import javax.annotation.Nonnull;
2424

2525
/** Interface to record specific metric operations. */
26-
public interface MetricsRecorder {
26+
interface MetricsRecorder {
2727
/** Records the total latency of a transaction in milliseconds. */
2828
void recordTransactionLatency(double latencyMs, Map<String, String> attributes);
2929

0 commit comments

Comments
 (0)