kwin commented on code in PR #126: URL: https://github.com/apache/maven-doxia-sitetools/pull/126#discussion_r1443970810
########## doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/SiteRenderingContext.java: ########## @@ -388,4 +391,20 @@ public File getRootDirectory() { public void setRootDirectory(File rootDirectory) { this.rootDirectory = rootDirectory; } + + /** + * + * @return the retriever for parser configurations (only relevant for Doxia sources) + * @since 2.0.0 + */ + public ParserConfigurationRetriever getParserConfigurationRetriever() { + if (parserConfigurationRetriever == null) { Review Comment: because this is not supposed to return null ever (will clarify in the javadoc). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org