You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2019/08/05 22:02:52 UTC

[wicket] branch master updated: WICKET-6693 Mark FormComponent#setModelValue(String[]) as not being part of the public API

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

svenmeier 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 c3f71c6  WICKET-6693 Mark FormComponent#setModelValue(String[]) as not being part of the public API
c3f71c6 is described below

commit c3f71c6ced18aec00c3cf7fe80629b2ccff70c35
Author: Tobias Gierke <to...@voipfuture.com>
AuthorDate: Mon Aug 5 16:40:56 2019 +0200

    WICKET-6693 Mark FormComponent#setModelValue(String[]) as not being part
    of the public API
    
    this closes #379
---
 .../src/main/java/org/apache/wicket/markup/html/form/FormComponent.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java
index 8030344..976a553 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java
@@ -1030,6 +1030,8 @@ public abstract class FormComponent<T> extends LabeledWebMarkupContainer impleme
 	}
 
 	/**
+	 * THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. DO NOT USE IT!
+	 *
 	 * Sets the value for a form component.
 	 * 
 	 * @param value