Skip to content
Merged
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 @@ -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.
*
* <p>This method creates a {@link LocusCatalogReaderWrapper} that automatically
* <p>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
Expand Down
Loading