javadoc
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1ab5628b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1ab5628b Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1ab5628b Branch: refs/heads/master Commit: 1ab5628bbd5e9fcb86c569152a6f984a94273be1 Parents: 52ac2de Author: svenmeier <[email protected]> Authored: Fri Jun 15 22:07:26 2012 +0200 Committer: svenmeier <[email protected]> Committed: Fri Jun 15 22:22:26 2012 +0200 ---------------------------------------------------------------------- .../org/apache/wicket/examples/velocity/Field.java | 24 +------------- 1 files changed, 2 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/1ab5628b/wicket-examples/src/main/java/org/apache/wicket/examples/velocity/Field.java ---------------------------------------------------------------------- diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/velocity/Field.java b/wicket-examples/src/main/java/org/apache/wicket/examples/velocity/Field.java index 0d647aa..4a61eda 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/velocity/Field.java +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/velocity/Field.java @@ -19,7 +19,7 @@ package org.apache.wicket.examples.velocity; import java.io.Serializable; /** - * // TODO Describe the class or the interface here. + * Description of a dynamic field to be rendered into the Velocity template. */ public class Field implements Serializable { @@ -58,24 +58,4 @@ public class Field implements Serializable { return fieldSize; } - - /** - * Sets the field's name. - * - * @param fieldName - */ - public void setFieldName(String fieldName) - { - this.fieldName = fieldName; - } - - /** - * Sets the field's size. - * - * @param fieldSize - */ - public void setFieldSize(int fieldSize) - { - this.fieldSize = fieldSize; - } -} +} \ No newline at end of file
