Skip to content

Commit dfc0f21

Browse files
committed
Fix language in WavefrontProperties
Closes gh-30649
1 parent 08954fc commit dfc0f21

File tree

1 file changed

+4
-4
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/wavefront

1 file changed

+4
-4
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/wavefront/WavefrontProperties.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -51,9 +51,9 @@ public class WavefrontProperties extends PushRegistryProperties {
5151
private String apiToken;
5252

5353
/**
54-
* Global prefix to separate metrics originating from this app's white box
55-
* instrumentation from those originating from other Wavefront integrations when
56-
* viewed in the Wavefront UI.
54+
* Global prefix to separate metrics originating from this app's instrumentation from
55+
* those originating from other Wavefront integrations when viewed in the Wavefront
56+
* UI.
5757
*/
5858
private String globalPrefix;
5959

0 commit comments

Comments
 (0)