From dfc0f21932bef82d3cd588c282a037693224eeca Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Wed, 13 Apr 2022 14:59:48 +0200 Subject: [PATCH] Fix language in WavefrontProperties Closes gh-30649 --- .../metrics/export/wavefront/WavefrontProperties.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/wavefront/WavefrontProperties.java b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/wavefront/WavefrontProperties.java index 29cbdb4f04b..9c5eb330a64 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/wavefront/WavefrontProperties.java +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/wavefront/WavefrontProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2020 the original author or authors. + * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -51,9 +51,9 @@ public class WavefrontProperties extends PushRegistryProperties { private String apiToken; /** - * Global prefix to separate metrics originating from this app's white box - * instrumentation from those originating from other Wavefront integrations when - * viewed in the Wavefront UI. + * Global prefix to separate metrics originating from this app's instrumentation from + * those originating from other Wavefront integrations when viewed in the Wavefront + * UI. */ private String globalPrefix;