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