Skip to content
Snippets Groups Projects
Commit 2d170dd4 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

[misc] Fix JavaDoc and update code test coverage.

parent 3281b70d
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
<properties>
<!-- Name to display by the Extension Manager -->
<xwiki.extension.name>PDF Export API</xwiki.extension.name>
<xwiki.jacoco.instructionRatio>0.69</xwiki.jacoco.instructionRatio>
<xwiki.jacoco.instructionRatio>0.70</xwiki.jacoco.instructionRatio>
</properties>
<dependencies>
<dependency>
......
......@@ -41,8 +41,7 @@ public interface PDFExportConfiguration
/**
* @return the name of the Docker container running the headless Chrome web browser used to print web pages to PDF;
* this is also used as a network-scoped alias for the container; defaults to
* "{@code headless-chrome-pdf-printer}"
* defaults to "{@code headless-chrome-pdf-printer}"
*/
String getChromeDockerContainerName();
......
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