From b846fcfd7c9380297ed150477db86add79e4c93d Mon Sep 17 00:00:00 2001 From: Stefan Bischof Date: Sun, 7 Dec 2025 19:33:27 +0100 Subject: [PATCH] fix javadoc Signed-off-by: Stefan Bischof --- common/src/main/java/org/eclipse/daanse/olap/common/Util.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/org/eclipse/daanse/olap/common/Util.java b/common/src/main/java/org/eclipse/daanse/olap/common/Util.java index c250da99..52241487 100644 --- a/common/src/main/java/org/eclipse/daanse/olap/common/Util.java +++ b/common/src/main/java/org/eclipse/daanse/olap/common/Util.java @@ -2822,7 +2822,7 @@ public static void explain( ProfileHandler handler, String title, Calc calc, /** * Wraps a CatalogReader so that each call has a locus for profiling purposes. * - *

This method creates a {@link LocusCatalogReaderWrapper} that automatically + *

This method creates a {@link ExecutionCatalogReaderWrapper} that automatically * manages the execution context for every method call on the CatalogReader interface. * * @param connection Connection providing execution context