Skip to content
Snippets Groups Projects
Commit 73545cfe authored by tmortagne's avatar tmortagne
Browse files

Fix checkstyle

parent adf7b9f9
No related merge requests found
......@@ -132,7 +132,7 @@ public void onEvent(Event event, Object source, Object data)
}
} catch (Exception e) {
logger.error("Failed to update the configured annotation class for wiki [{}] on event [{}]", new Object[] {
getXWikiContext().getDatabase(), event.getClass().getSimpleName(), e});
getXWikiContext().getDatabase(), event.getClass().getSimpleName(), e});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment