You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/02/04 15:44:36 UTC

[wicket] branch master updated: Fix a typo in javadoc

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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 992425e  Fix a typo in javadoc
992425e is described below

commit 992425e04454d3cd141c8af78e5e2170fecfd555
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Feb 4 17:44:18 2019 +0200

    Fix a typo in javadoc
---
 wicket-core/src/main/java/org/apache/wicket/Component.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wicket-core/src/main/java/org/apache/wicket/Component.java b/wicket-core/src/main/java/org/apache/wicket/Component.java
index 9c191a8..654e29f 100644
--- a/wicket-core/src/main/java/org/apache/wicket/Component.java
+++ b/wicket-core/src/main/java/org/apache/wicket/Component.java
@@ -2002,7 +2002,7 @@ public abstract class Component
 	 * Checks the security strategy if the {@link Component#RENDER} action is allowed on this
 	 * component
 	 * 
-	 * @return ture if {@link Component#RENDER} action is allowed, false otherwise
+	 * @return true if {@link Component#RENDER} action is allowed, false otherwise
 	 */
 	public final boolean isRenderAllowed()
 	{