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/19 00:20:50 UTC

[tapestry-5] branch master updated: Fixing JavaDoc (third time is the charm)

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 8746123  Fixing JavaDoc (third time is the charm)
8746123 is described below

commit 8746123abdf52bf76153daccfcae3f066095a5ba
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Tue Feb 18 21:19:43 2020 -0300

    Fixing JavaDoc (third time is the charm)
---
 .../main/java/org/apache/tapestry5/corelib/components/Glyphicon.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Glyphicon.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Glyphicon.java
index dfc0861..f94de0b 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Glyphicon.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Glyphicon.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 usages of this component are automatically and transparently replaced by {@link FontAwesomeIcon}.
  *
- * @see link org.apache.tapestry5.services.compatibility.Trait#BOOTSTRAP_3
+ * @see org.apache.tapestry5.services.compatibility.Trait#BOOTSTRAP_3
  *
  * @tapestrydoc
  * @since 5.4