This is an automated email from the ASF dual-hosted git repository. cbrisson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/velocity-tools.git
commit 6c1da7e5962facecd9d7d34558fda850abed68f2 Author: Claude Brisson <[email protected]> AuthorDate: Mon Mar 1 14:48:24 2021 +0100 [tools/view] Fix some javadoc --- .../src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity-tools-view/src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java b/velocity-tools-view/src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java index 5337a02..38035ae 100644 --- a/velocity-tools-view/src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java +++ b/velocity-tools-view/src/main/java/org/apache/velocity/tools/view/BreadcrumbTool.java @@ -50,7 +50,7 @@ import java.util.Optional; * '<code>_</code>' replaced by spaces, transformed to lowercase.</p> * <p>You can customize this displayed name and the URL of every path element using tools properties:</p> * <pre><code> - * <tool key="breadcrumb" colors.name="My Colors" colors.url="/colors/all.vhtml"/> + * <tool key="breadcrumb" colors.name="My Colors" colors.url="/colors/all.vhtml"/> * </code></pre> * <p>where '<code>colors</code>' refers to the <code>/colors/</code> path element. The name and destination of the * root path element can be changed with '<code>home.name</code>' and '<code>home.url</code>'.</p>
