From 5d197946324df631d0468bbd9b629461b54844d4 Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Sat, 26 Apr 2025 09:38:33 +1000 Subject: [PATCH] Update AsyncProfiler Repo url The repo url was changed at some point. Updating the link --- .../src/main/java/org/openjdk/jmh/profile/AsyncProfiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmh-core/src/main/java/org/openjdk/jmh/profile/AsyncProfiler.java b/jmh-core/src/main/java/org/openjdk/jmh/profile/AsyncProfiler.java index 348364a7..4c39b8af 100644 --- a/jmh-core/src/main/java/org/openjdk/jmh/profile/AsyncProfiler.java +++ b/jmh-core/src/main/java/org/openjdk/jmh/profile/AsyncProfiler.java @@ -58,7 +58,7 @@ /** - * A profiler based on async-profiler. + * A profiler based on async-profiler. * * @author Jason Zaugg */