Skip to content

Commit f2e1205

Browse files
committedAug 2, 2024
8337676: JFR: Change the label of the throttle setting
Reviewed-by: mgronlun
1 parent 066db6e commit f2e1205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/jdk.jfr/share/classes/jdk/jfr/internal/settings/ThrottleSetting.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
import jdk.jfr.internal.util.Utils;
4545

4646
@MetadataDefinition
47-
@Label("Event Emission Throttle")
47+
@Label("Throttle")
4848
@Description("Throttles the emission rate for an event")
4949
@Name(Type.SETTINGS_PREFIX + "Throttle")
5050
public final class ThrottleSetting extends JDKSettingControl {

0 commit comments

Comments
 (0)
Please sign in to comment.