Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
import jdk.jfr.consumer.RecordedEvent;

/**
* Converter for batching a steam of recorded jfr.ExecutionSample events into a format suitable for
* Converter for batching a stream of recorded jfr.ExecutionSample events into a format suitable for
* consumption in a ProfileData i.e. for OTLP export. Similar converters, or a more generalized
* converter, are need for each JFR event type.
* converter, are needed for each JFR event type.
*/
public class JfrExecutionSampleEventConverter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class JfrLocationDataCompositor {
* Returns a new JFR Compositor, using the offered Dictionary for storage.
*
* @param profilesDictionaryCompositor the underlying dictionary state store.
* @return a new ProfilesDictionaryCompositor.
* @return a new JfrLocationDataCompositor.
*/
public static JfrLocationDataCompositor create(
ProfilesDictionaryCompositor profilesDictionaryCompositor) {
Expand Down
Loading