Skip to content

Commit a99fcf2

Browse files
committed
[KNOWAGE-9358] add support for dashboard engine initialization in document CRUD and filtering
1 parent 9d11d7c commit a99fcf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

knowage-core/src/main/java/it/eng/spagobi/api/DocumentCRUD.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public String getMyAnalysisDocuments(@Context HttpServletRequest req) throws JSO
165165
try {
166166
dashboardEngine = ExecuteAdHocUtility.getDashboardEngine();
167167
} catch (SpagoBIRuntimeException r) {
168-
// the geo engine is not found
168+
// the dashboard engine is not found
169169
logger.info("Engine not found. ", r);
170170
}
171171

0 commit comments

Comments
 (0)