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/07/09 06:03:25 UTC

[wicket] branch master updated: WICKET-6684 Fix some typos

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 8a17867  WICKET-6684 Fix some typos
8a17867 is described below

commit 8a17867a571ae2d3231d3f0501087293bf7d1bee
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Jul 9 09:03:00 2019 +0300

    WICKET-6684 Fix some typos
---
 .../org/apache/wicket/markup/html/form/ILabelProviderLocator.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/ILabelProviderLocator.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/ILabelProviderLocator.java
index a4f244e..852bfad 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/ILabelProviderLocator.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/ILabelProviderLocator.java
@@ -19,12 +19,12 @@ package org.apache.wicket.markup.html.form;
 import org.apache.wicket.Component;
 
 /**
- * This interface can be used mark some complex component, e.g. a panel, as capable of providing a reference to a {@link ILabelProvider},
+ * This interface can be used to mark some complex component, e.g. a Panel, as capable of providing a reference to a {@link ILabelProvider},
  * e.g a form component. The typical use case could be a user has a components factory of type "label" --> "panel with some fields". Let's say the structure of
  * this panel varies but we still would like to use wicket:for="panel". In this case this panel could implement ILabelProviderLocator to point
  * to TextFiled that label should refer to.
  *
- * @author reiern70@gamil.com
+ * @author reiern70@gmail.com
  */
 public interface ILabelProviderLocator
 {