You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/06/17 13:24:30 UTC

tapestry-5 git commit: remove reference to Field2 from JavaDoc

Repository: tapestry-5
Updated Branches:
  refs/heads/master 97c5e9a67 -> 766c16bd8


remove reference to Field2 from JavaDoc


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/766c16bd
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/766c16bd
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/766c16bd

Branch: refs/heads/master
Commit: 766c16bd87a70dc6ac933270a8bf7dc936856828
Parents: 97c5e9a
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Jun 17 13:23:58 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Jun 17 13:23:58 2015 +0200

----------------------------------------------------------------------
 tapestry-core/src/main/java/org/apache/tapestry5/Field.java | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/766c16bd/tapestry-core/src/main/java/org/apache/tapestry5/Field.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/Field.java b/tapestry-core/src/main/java/org/apache/tapestry5/Field.java
index 2ba5a18..0433492 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/Field.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/Field.java
@@ -20,9 +20,6 @@ package org.apache.tapestry5;
  * component's {@link #getControlName()} will only be accurate after it has rendered.  In some cases, when generating
  * JavaScript for example, it is necessary to {@linkplain org.apache.tapestry5.services.Heartbeat#defer(Runnable) wait
  * until the end of the current Heartbeat} to ensure that all components have had their chance to render.
- *
- * Most Fields also implement {@link org.apache.tapestry5.Field2}, which was introduced to bridge a gap related to
- * re-rendering a form as part of an Ajax request.
  */
 public interface Field extends ClientElement
 {