Fix some broken javadoc links.
Components are not visible in wicket-util

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9e6e41dc
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9e6e41dc
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9e6e41dc

Branch: refs/heads/master
Commit: 9e6e41dc54802de433d81d60441bffb248af8cce
Parents: 0754d1b
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Fri May 11 15:56:52 2012 +0300
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Fri May 11 15:56:52 2012 +0300

----------------------------------------------------------------------
 .../org/apache/wicket/util/convert/IConverter.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9e6e41dc/wicket-util/src/main/java/org/apache/wicket/util/convert/IConverter.java
----------------------------------------------------------------------
diff --git 
a/wicket-util/src/main/java/org/apache/wicket/util/convert/IConverter.java 
b/wicket-util/src/main/java/org/apache/wicket/util/convert/IConverter.java
index 200726f..82cbbee 100644
--- a/wicket-util/src/main/java/org/apache/wicket/util/convert/IConverter.java
+++ b/wicket-util/src/main/java/org/apache/wicket/util/convert/IConverter.java
@@ -34,18 +34,19 @@ import org.apache.wicket.util.io.IClusterable;
  * translated to a corresponding {@link Date} object.
  * 
  * Notice that incoming value, when used by a FormComponent, will never be 
null because before
- * validation form components perform the required (see {@link 
FormComponent#isRequired()} check
+ * validation form components perform the required (see 
FormComponent.isRequired()) check
  * which errors out on null values. In the case the FormComponent is not 
required and the user
  * enters a null value converters will not be invoked because no type 
conversion is necessary.
  * </p>
- * 
+ *
+ * See org.apache.wicket.Component#getConverter(Class)
+ * See org.apache.wicket.Application#getConverterLocator()
+ *
  * @author Eelco Hillenius
  * @author Jonathan Locke
  * 
  * @param <C>
  *            The object to convert from and to String
- * @see org.apache.wicket.Component#getConverter(Class)
- * @see org.apache.wicket.Application#getConverterLocator()
  */
 public interface IConverter<C> extends IClusterable
 {

Reply via email to