Skip to content

Commit 99521e4

Browse files
committed
Merge 1.18 into 1.19.2
2 parents bd3a9eb + 299abeb commit 99521e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/embeddedt/modernfix/spark/SparkLaunchProfiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private static void output(String key, Sampler sampler) {
7171
SparkSamplerProtos.SamplerData output = sampler.toProto(platform, new Sampler.ExportProps()
7272
.creator(new CommandSender.Data(commandSender.getName(), commandSender.getUniqueId()))
7373
.comment("Stage: " + key)
74-
.mergeMode(() -> MergeMode.separateParentCalls(new MethodDisambiguator()))
74+
.mergeMode(() -> MergeMode.sameMethod(new MethodDisambiguator()))
7575
.classSourceLookup(platform::createClassSourceLookup));
7676
try {
7777
String urlKey = platform.getBytebinClient().postContent(output, "application/x-spark-sampler").key();

0 commit comments

Comments
 (0)