You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2020/02/18 22:33:22 UTC

[tapestry-5] branch master updated: Fixing JavaDoc

This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bc7744  Fixing JavaDoc
9bc7744 is described below

commit 9bc7744c6b68842b55e421138f04a2209f0f8149
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Tue Feb 18 19:32:05 2020 -0300

    Fixing JavaDoc
---
 .../java/org/apache/tapestry5/corelib/components/FontAwesomeIcon.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FontAwesomeIcon.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FontAwesomeIcon.java
index 0c542bc..16e55b6 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FontAwesomeIcon.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/FontAwesomeIcon.java
@@ -27,7 +27,7 @@ import org.apache.tapestry5.ioc.annotations.Inject;
  * If Twitter Bootstrap 3 isn't enabled (i.e @{link Trait#BOOTSTRAP_3 is set to false),
  * this component automatically and transparently replaces {@link Glyphicon} usages.
  *
- * @see {@link org.apache.tapestry5.services.compatibility.Trait#BOOTSTRAP_3}.
+ * @see org.apache.tapestry5.services.compatibility.Trait#BOOTSTRAP_3
  * @tapestrydoc
  * @since 5.5
  */