Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/Settings.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/Settings.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/Settings.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/Settings.java
 Wed Sep  5 06:04:16 2007
@@ -155,9 +155,7 @@
 
        /**
         * Whether Wicket should try to get extensive client info by 
redirecting to
-        * [EMAIL PROTECTED] BrowserInfoPage a page that polls for client 
capabilities}. This method is used by
-        * the default implementation of [EMAIL PROTECTED] #newClientInfo()}, 
so if that method is overriden,
-        * there is no guarantee this method will be taken into account. False 
by default.
+        * [EMAIL PROTECTED] BrowserInfoPage a page that polls for client 
capabilities}. False by default.
         */
        private boolean gatherExtendedBrowserInfo = false;
 
@@ -512,7 +510,7 @@
        }
 
        /**
-        * @see wicket.settings.ISecuritySettings#getEnforceMounts()
+        * @see org.apache.wicket.settings.ISecuritySettings#getEnforceMounts()
         */
        public boolean getEnforceMounts()
        {
@@ -943,7 +941,7 @@
        }
 
        /**
-        * @see wicket.settings.ISecuritySettings#setEnforceMounts(boolean)
+        * @see 
org.apache.wicket.settings.ISecuritySettings#setEnforceMounts(boolean)
         */
        public void setEnforceMounts(boolean enforce)
        {
@@ -1036,7 +1034,7 @@
        }
 
        /**
-        * @see 
org.apache.wicket.settings.IResourceSettings#setPropertiesFactory(org.apache.wicket.resource.PropertiesFactory)
+        * @see 
IResourceSettings#setPropertiesFactory(org.apache.wicket.resource.IPropertiesFactory)
         */
        public void 
setPropertiesFactory(org.apache.wicket.resource.IPropertiesFactory factory)
        {
@@ -1279,7 +1277,7 @@
        }
 
        /**
-        * @see 
org.apache.wicket.settings.IMarkupSettings#setMarkupCache(org.apache.wicket.markup.MarkupCache)
+        * @see 
org.apache.wicket.settings.IMarkupSettings#setMarkupCache(org.apache.wicket.markup.IMarkupCache)
         */
        public void setMarkupCache(final IMarkupCache markupCache)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/ConverterLocator.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/ConverterLocator.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/ConverterLocator.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/ConverterLocator.java
 Wed Sep  5 06:04:16 2007
@@ -43,7 +43,7 @@
  * converters for a given type. It serves as a registry for [EMAIL PROTECTED] 
IConverter}
  * instances stored by type, and is the default locator for Wicket.
  * 
- * @see IConverterLocatorFactory
+ * @see IConverterLocator
  * @author Eelco Hillenius
  * @author Jonathan Locke
  */
@@ -165,8 +165,7 @@
         * 
         * @return The converter for the given type
         * 
-        * @see 
org.apache.wicket.util.convert.IConverter#convert(java.lang.Object,
-        *      java.lang.Class, Locale)
+        * @see 
org.apache.wicket.util.convert.IConverter#convertToObject(String, 
java.util.Locale)
         */
        public final IConverter getConverter(Class type)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/converters/DateConverter.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/converters/DateConverter.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/converters/DateConverter.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/converters/DateConverter.java
 Wed Sep  5 06:04:16 2007
@@ -47,8 +47,7 @@
        }
 
        /**
-        * @see 
org.apache.wicket.util.convert.IConverter#convertToString(java.lang.String,
-        *      Locale)
+        * @see 
org.apache.wicket.util.convert.IConverter#convertToString(Object, 
java.util.Locale)
         */
        public String convertToString(final Object value, Locale locale)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/converters/DoubleConverter.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/converters/DoubleConverter.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/converters/DoubleConverter.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/converters/DoubleConverter.java
 Wed Sep  5 06:04:16 2007
@@ -37,7 +37,7 @@
        public static final IConverter INSTANCE = new DoubleConverter();
 
        /**
-        * @see 
org.apache.wicket.util.convert.IConverter#convertToObject(java.lang.Object,Locale)
+        * @see 
org.apache.wicket.util.convert.IConverter#convertToObject(String, 
java.util.Locale) 
         */
        public Object convertToObject(final String value, Locale locale)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Diff.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Diff.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Diff.java 
(original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Diff.java 
Wed Sep  5 06:04:16 2007
@@ -120,10 +120,7 @@
 
     /**
      * Create a differencing object using the default algorithm
-     * @param original 
-     * 
-     * @param the
-     *            original text that will be compared
+     * @param original  the original text that will be compared
      */
     public Diff(Object[] original)
     {
@@ -132,12 +129,8 @@
 
     /**
      * Create a differencing object using the given algorithm
-     * @param original 
-     * 
-     * @param o
-     *            the original text which will be compared against
-     * @param algorithm
-     *            the difference algorithm to use.
+     * @param original   the original text that will be compared
+     * @param algorithm  the difference algorithm to use.
      */
     public Diff(Object[] original, DiffAlgorithm algorithm)
     {
@@ -165,10 +158,8 @@
     /**
      * compute the difference between an original and a revision.
      * 
-     * @param orig
-     *            the original
-     * @param rev
-     *            the revision to compare with the original.
+     * @param orig  the original
+     * @param rev   the revision to compare with the original.
      * @return a Revision describing the differences
      * @throws DifferentiationFailedException 
      */
@@ -186,12 +177,9 @@
     /**
      * compute the difference between an original and a revision.
      * 
-     * @param orig
-     *            the original
-     * @param rev
-     *            the revision to compare with the original.
-     * @param algorithm
-     *            the difference algorithm to use
+        * @param orig       the original
+        * @param rev        the revision to compare with the original.
+     * @param algorithm  the difference algorithm to use
      * @return a Revision describing the differences
      * @throws DifferentiationFailedException 
      */
@@ -209,8 +197,7 @@
     /**
      * compute the difference between the original and a revision.
      * 
-     * @param rev
-     *            the revision to compare with the original.
+     * @param rev  the revision to compare with the original.
      * @return a Revision describing the differences
      * @throws DifferentiationFailedException 
      */
@@ -337,8 +324,7 @@
     /**
      * Shuffles around the items in the input sequence.
      * 
-     * @param text
-     *            The input sequence.
+        * @param text  the input sequence.
      * @return The shuffled sequence.
      */
     public static Object[] shuffle(Object[] text)
@@ -349,10 +335,8 @@
     /**
      * Shuffles around the items in the input sequence.
      * 
-     * @param text
-     *            The input sequence.
-     * @param seed
-     *            A seed value for randomizing the suffle.
+     * @param text  the input sequence.
+        * @param seed  a seed value for randomizing the generation.
      * @return The shuffled sequence.
      */
     public static Object[] shuffle(Object[] text, long seed)
@@ -364,10 +348,8 @@
 
     /**
      * Generate a random sequence of the given size.
-     * @param size 
-     * 
-     * @param The
-     *            size of the sequence to generate.
+        *
+     * @param size  the size of the sequence to generate.
      * @return The generated sequence.
      */
     public static Object[] randomSequence(int size)
@@ -377,10 +359,9 @@
 
     /**
      * Generate a random sequence of the given size.
-     * @param size
-     *            The size of the sequence to generate.
-     * @param seed
-     *            A seed value for randomizing the generation.
+        *
+        * @param size  the size of the sequence to generate.
+     * @param seed  a seed value for randomizing the generation.
      * @return The generated sequence.
      */
     public static Object[] randomSequence(int size, long seed)

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/DiffUtil.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/DiffUtil.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/DiffUtil.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/DiffUtil.java
 Wed Sep  5 06:04:16 2007
@@ -84,7 +84,6 @@
         *            Expected output
         * @param clazz
         *            Used to load the file (relative to clazz package)
-        * @param wicketTestCase
         * @param failWithAssert
         * @return true, if equal
         * @throws IOException

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Revision.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Revision.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Revision.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Revision.java
 Wed Sep  5 06:04:16 2007
@@ -257,7 +257,7 @@
      * Accepts a visitor.
      * 
      * @param visitor
-     *            the [EMAIL PROTECTED] Visitor} visiting this instance
+     *            the [EMAIL PROTECTED] RevisionVisitor} visiting this instance
      */
     public void accept(RevisionVisitor visitor)
     {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/myers/DiffNode.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/myers/DiffNode.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/myers/DiffNode.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/myers/DiffNode.java
 Wed Sep  5 06:04:16 2007
@@ -89,15 +89,9 @@
      * DiffNodes are compressed. That means that the path pointed to by the
      * <code>prev</code> parameter will be followed using
      * [EMAIL PROTECTED] PathNode#previousSnake} until a non-diff node is 
found.
-     * @param i 
-     * @param j 
-     * 
-     * @param the
-     *            position in the original sequence
-     * @param the
-     *            position in the revised sequence
-     * @param prev
-     *            the previous node in the path.
+     * @param i     the position in the original sequence
+     * @param j     the position in the revised sequence
+     * @param prev  the previous node in the path.
      */
     public DiffNode(int i, int j, PathNode prev)
     {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/myers/Snake.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/myers/Snake.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/myers/Snake.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/myers/Snake.java
 Wed Sep  5 06:04:16 2007
@@ -74,15 +74,9 @@
 {
     /**
      * Constructs a snake node.
-     * @param i 
-     * @param j 
-     * 
-     * @param the
-     *            position in the original sequence
-     * @param the
-     *            position in the revised sequence
-     * @param prev
-     *            the previous node in the path.
+        * @param i     the position in the original sequence
+        * @param j     the position in the revised sequence
+        * @param prev  the previous node in the path.
      */
     public Snake(int i, int j, PathNode prev)
     {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/ClassStreamHandler.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/ClassStreamHandler.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/ClassStreamHandler.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/ClassStreamHandler.java
 Wed Sep  5 06:04:16 2007
@@ -158,7 +158,6 @@
         * Construct.
         * 
         * @param cls
-        * @param wicketObjectOutputStream
         *            TODO
         * @throws WicketSerializeableException 
         */
@@ -374,8 +373,7 @@
        /**
         * @param woos
         * @param obj
-        * @param out
-        * @throws WicketSerializeableException 
+        * @throws WicketSerializeableException
         */
        public void writeFields(WicketObjectOutputStream woos, Object obj) 
throws WicketSerializeableException
        {
@@ -656,7 +654,7 @@
                
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(Object, 
WicketObjectOutputStream)
                 */
                public void writeField(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -664,7 +662,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(Object, 
WicketObjectInputStream)
                 */
                public void readField(Object object, WicketObjectInputStream 
dos) throws IOException
                {
@@ -681,7 +679,7 @@
                
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(Object, 
WicketObjectOutputStream)
                 */
                public void writeField(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -689,7 +687,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(Object, 
WicketObjectInputStream)
                 */
                public void readField(Object object, WicketObjectInputStream 
dos) throws IOException
                {
@@ -706,7 +704,7 @@
                
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(Object, 
WicketObjectOutputStream)
                 */
                public void writeField(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -714,7 +712,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(Object, 
WicketObjectInputStream)
                 */
                public void readField(Object object, WicketObjectInputStream 
dos) throws IOException
                {
@@ -731,7 +729,7 @@
                
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(Object, 
WicketObjectOutputStream)
                 */
                public void writeField(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -739,7 +737,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 WicketObjectInputStream)
                 */
                public void readField(Object object, WicketObjectInputStream 
dos) throws IOException
                {
@@ -756,7 +754,7 @@
                
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(Object, 
WicketObjectOutputStream)
                 */
                public void writeField(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -764,7 +762,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 WicketObjectInputStream)
                 */
                public void readField(Object object, WicketObjectInputStream 
dos) throws IOException
                {
@@ -781,7 +779,7 @@
                
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(Object, 
WicketObjectOutputStream)
                 */
                public void writeField(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -789,7 +787,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 WicketObjectInputStream)
                 */
                public void readField(Object object, WicketObjectInputStream 
dos) throws IOException
                {
@@ -806,7 +804,7 @@
                
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(Object, 
WicketObjectOutputStream)
                 */
                public void writeField(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -814,7 +812,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 WicketObjectInputStream)
                 */
                public void readField(Object object, WicketObjectInputStream 
dos) throws IOException
                {
@@ -831,7 +829,7 @@
                
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(Object, 
WicketObjectOutputStream)
                 */
                public void writeField(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -839,7 +837,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 WicketObjectInputStream)
                 */
                public void readField(Object object, WicketObjectInputStream 
dos) throws IOException
                {
@@ -856,7 +854,7 @@
                
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#writeField(Object, 
WicketObjectOutputStream)
                 */
                public void writeField(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -865,7 +863,7 @@
                
                /**
                 * @throws ClassNotFoundException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.FieldAndIndex#readField(java.lang.Object,
 WicketObjectInputStream)
                 */
                public void readField(Object object, WicketObjectInputStream 
dos) throws IOException, ClassNotFoundException
                {
@@ -885,7 +883,7 @@
        {
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(Object, 
WicketObjectOutputStream)
                 */
                public void writeArray(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -898,7 +896,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(WicketObjectInputStream)
                 */
                public Object readArray(WicketObjectInputStream dos) throws 
IOException
                {
@@ -916,7 +914,7 @@
        {
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(Object, 
WicketObjectOutputStream)
                 */
                public void writeArray(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -929,7 +927,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(WicketObjectInputStream)
                 */
                public Object readArray(WicketObjectInputStream dos) throws 
IOException
                {
@@ -947,7 +945,7 @@
        {
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(Object, 
WicketObjectOutputStream)
                 */
                public void writeArray(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -960,7 +958,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(WicketObjectInputStream)
                 */
                public Object readArray(WicketObjectInputStream dos) throws 
IOException
                {
@@ -979,7 +977,7 @@
        
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(Object, 
WicketObjectOutputStream)
                 */
                public void writeArray(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -992,7 +990,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(WicketObjectInputStream)
                 */
                public Object readArray(WicketObjectInputStream dos) throws 
IOException
                {
@@ -1010,7 +1008,7 @@
        {
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(Object, 
WicketObjectOutputStream)
                 */
                public void writeArray(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -1023,7 +1021,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(WicketObjectInputStream)
                 */
                public Object readArray(WicketObjectInputStream dos) throws 
IOException
                {
@@ -1041,7 +1039,7 @@
        {
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(Object, 
WicketObjectOutputStream)
                 */
                public void writeArray(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -1054,7 +1052,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(WicketObjectInputStream)
                 */
                public Object readArray(WicketObjectInputStream dos) throws 
IOException
                {
@@ -1072,7 +1070,7 @@
        {
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(Object, 
WicketObjectOutputStream)
                 */
                public void writeArray(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -1085,7 +1083,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(WicketObjectInputStream)
                 */
                public Object readArray(WicketObjectInputStream dos) throws 
IOException
                {
@@ -1103,7 +1101,7 @@
        {
                /**
                 * @throws IOException 
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(java.lang.Object)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#writeArray(Object, 
WicketObjectOutputStream)
                 */
                public void writeArray(Object object, WicketObjectOutputStream 
dos) throws IOException
                {
@@ -1116,7 +1114,7 @@
                }
                
                /**
-                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(java.lang.Object,
 java.io.WicketObjectInputStream)
+                * @see 
org.apache.wicket.util.io.ClassStreamHandler.PrimitiveArray#readArray(WicketObjectInputStream)
                 */
                public Object readArray(WicketObjectInputStream dos) throws 
IOException
                {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/SerializableChecker.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/SerializableChecker.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/SerializableChecker.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/SerializableChecker.java
 Wed Sep  5 06:04:16 2007
@@ -43,8 +43,8 @@
 
 
 /**
- * Utility class that analyzes objects for non-serializable nodes. Construct
- * with the object you want to check, and then call [EMAIL PROTECTED] 
#check()}. When a
+ * Utility class that analyzes objects for non-serializable nodes. Construct,
+ * then call [EMAIL PROTECTED] #check(Object)} with the object you want to 
check. When a
  * non-serializable object is found, a [EMAIL PROTECTED] 
WicketNotSerializableException} is
  * thrown with a message that shows the trace up to the not-serializable 
object.
  * The exception is thrown for the first non-serializable instance it
@@ -266,7 +266,7 @@
        }
 
        /**
-        * Gets whether we can execute the tests. If false, calling [EMAIL 
PROTECTED] #check()}
+        * Gets whether we can execute the tests. If false, calling [EMAIL 
PROTECTED] #check(Object)}
         * will just return and you are advised to rely on the
         * [EMAIL PROTECTED] NotSerializableException}. Clients are advised to 
call this
         * method prior to calling the check method.

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/WicketSerializeableException.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/WicketSerializeableException.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/WicketSerializeableException.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/WicketSerializeableException.java
 Wed Sep  5 06:04:16 2007
@@ -36,7 +36,6 @@
         * Construct.
         * 
         * @param message
-        * @param cause
         */
        public WicketSerializeableException(String message)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java
 Wed Sep  5 06:04:16 2007
@@ -459,7 +459,7 @@
         * @param object
         *            The object to clone
         * @return A deep copy of the object
-        * @see #cloneObject(Object, boolean)
+        * @see #cloneModel(Object)
         */
        public static Object cloneObject(final Object object)
        {
@@ -477,11 +477,8 @@
                                ObjectInputStream ois = new 
ObjectInputStream(new ByteArrayInputStream(out
                                                .toByteArray()))
                                {
-                                       // This overide is required to resolve 
classess inside in
-                                       // different
-                                       // bundle, i.e.
-                                       // The classess can be resolved by OSGI 
classresolver
-                                       // implementation
+                                       // This overide is required to resolve 
classess inside in different bundle, i.e.
+                                       // The classess can be resolved by OSGI 
classresolver implementation
                                        protected Class 
resolveClass(ObjectStreamClass desc) throws IOException,
                                                        ClassNotFoundException
                                        {
@@ -489,20 +486,17 @@
 
                                                try
                                                {
-                                                       return 
Class.forName(className, true, object.getClass()
-                                                                       
.getClassLoader());
+                                                       return 
Class.forName(className, true, object.getClass().getClassLoader());
                                                }
                                                catch (ClassNotFoundException 
ex1)
                                                {
                                                        // ignore this 
exception.
-                                                       log
-                                                                       
.debug("Class not found by using objects own classloader, trying the 
IClassResolver");
+                                                       log.debug("Class not 
found by using objects own classloader, trying the IClassResolver");
                                                }
 
 
                                                Application application = 
Application.get();
-                                               IApplicationSettings 
applicationSettings = application
-                                                               
.getApplicationSettings();
+                                               IApplicationSettings 
applicationSettings = application.getApplicationSettings();
                                                IClassResolver classResolver = 
applicationSettings.getClassResolver();
 
                                                Class candidate = null;

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java
 Wed Sep  5 06:04:16 2007
@@ -706,8 +706,8 @@
                }
 
                /**
-                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(java.lang.Object,
-                *      java.lang.Object, 
org.apache.wicket.util.convert.IConverter)
+                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(
+                               Object, Object, PropertyResolverConverter)
                 */
                public void setValue(Object object, Object value, 
PropertyResolverConverter converter)
                {
@@ -743,8 +743,8 @@
                }
 
                /**
-                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(java.lang.Object,
-                *      java.lang.Object, 
org.apache.wicket.util.convert.IConverter)
+                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(
+                               Object, Object, PropertyResolverConverter)
                 */
                public void setValue(Object object, Object value, 
PropertyResolverConverter converter)
                {
@@ -799,8 +799,8 @@
                }
 
                /**
-                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(java.lang.Object,
-                *      java.lang.Object, 
org.apache.wicket.util.convert.IConverter)
+                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(
+                               Object, Object, PropertyResolverConverter)
                 */
                public void setValue(Object object, Object value, 
PropertyResolverConverter converter)
                {
@@ -851,8 +851,8 @@
                }
 
                /**
-                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(java.lang.Object,
-                *      java.lang.Object, 
org.apache.wicket.util.convert.IConverter)
+                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(
+                               Object, Object, PropertyResolverConverter)
                 */
                public void setValue(Object object, Object value, 
PropertyResolverConverter converter)
                {
@@ -927,8 +927,8 @@
                }
 
                /**
-                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(java.lang.Object,
-                *      java.lang.Object, 
org.apache.wicket.util.convert.IConverter)
+                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(
+                               Object, Object, PropertyResolverConverter)
                 */
                public void setValue(Object object, Object value, 
PropertyResolverConverter converter)
                {
@@ -1231,8 +1231,8 @@
                }
 
                /**
-                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(java.lang.Object,
-                *      java.lang.Object, 
org.apache.wicket.util.convert.IConverter)
+                * @see 
org.apache.wicket.util.lang.PropertyResolver.IGetAndSet#setValue(
+                               Object, Object, PropertyResolverConverter)
                 */
                public void setValue(Object object, Object value, 
PropertyResolverConverter converter)
                {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/BooleanGroup.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/BooleanGroup.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/BooleanGroup.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/BooleanGroup.java
 Wed Sep  5 06:04:16 2007
@@ -42,7 +42,7 @@
         * @param matcher
         *            The matcher
         * @return The value
-        * @see BooleanGroup#getInt(Matcher, int)
+        * @see BooleanGroup#getBoolean(java.util.regex.Matcher, boolean)
         */
        public boolean getBoolean(final Matcher matcher)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/parsers/VariableAssignmentParser.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/parsers/VariableAssignmentParser.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/parsers/VariableAssignmentParser.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/parsers/VariableAssignmentParser.java
 Wed Sep  5 06:04:16 2007
@@ -46,8 +46,6 @@
         * 
         * @param input
         *            The input to parse
-        * @param valuePattern
-        *            Value pattern
         */
        public VariableAssignmentParser(final CharSequence input)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/resource/IResourceStream.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/resource/IResourceStream.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/resource/IResourceStream.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/resource/IResourceStream.java
 Wed Sep  5 06:04:16 2007
@@ -50,7 +50,7 @@
         *         "text/html". Return null to let
         *         [EMAIL PROTECTED] ResourceStreamRequestTarget} handle the 
Content-Type
         *         automatically
-        * @see WebResponse#detectContentType()
+        * @see WebResponse#detectContentType(org.apache.wicket.RequestCycle, 
String)
         */
        String getContentType();
 

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/resource/locator/LocaleResourceNameIterator.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/resource/locator/LocaleResourceNameIterator.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/resource/locator/LocaleResourceNameIterator.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/resource/locator/LocaleResourceNameIterator.java
 Wed Sep  5 06:04:16 2007
@@ -71,7 +71,6 @@
         * 
         * @param path
         * @param locale
-        * @param style
         */
        public LocaleResourceNameIterator(final String path, final Locale 
locale)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/JavascriptUtils.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/JavascriptUtils.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/JavascriptUtils.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/JavascriptUtils.java
 Wed Sep  5 06:04:16 2007
@@ -61,7 +61,6 @@
         * 
         * @param response
         *            The response object
-        * @param id 
         */
        public JavascriptUtils(final Response response)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java
 Wed Sep  5 06:04:16 2007
@@ -188,7 +188,8 @@
         *            The absolute path on disk to the web application contents
         *            (e.g. war root) - may be null
         *
-        * @see 
org.apache.wicket.protocol.http.MockWebApplication#MockWebApplication(String)
+        * @see 
org.apache.wicket.protocol.http.MockWebApplication#MockWebApplication(
+                       org.apache.wicket.protocol.http.WebApplication, String)
         */
        public BaseWicketTester(final WebApplication application, final String 
path)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/WicketTester.java
 Wed Sep  5 06:04:16 2007
@@ -301,7 +301,8 @@
         *            The absolute path on disk to the web application contents
         *            (e.g. war root) - may be null
         * 
-        * @see 
org.apache.wicket.protocol.http.MockWebApplication#MockWebApplication(String)
+        * @see 
org.apache.wicket.protocol.http.MockWebApplication#MockWebApplication(
+                       org.apache.wicket.protocol.http.WebApplication, String)
         */
        public WicketTester(final WebApplication application, final String path)
        {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/FileUploadException.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/FileUploadException.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/FileUploadException.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/FileUploadException.java
 Wed Sep  5 06:04:16 2007
@@ -59,7 +59,7 @@
         * Constructs a new <code>FileUploadException</code> with specified 
detail
         * message and cause
         * 
-        * @param msg
+        * @param message
         *            the error message.
         * @param cause
         *            the cause.

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/DateValidator.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/DateValidator.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/DateValidator.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/DateValidator.java
 Wed Sep  5 06:04:16 2007
@@ -135,7 +135,7 @@
                }
 
                /**
-                * @see 
org.apache.wicket.markup.html.form.validation.AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
+                * @see 
org.apache.wicket.validation.validator.AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
                 */
                protected String resourceKey()
                {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/NumberValidator.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/NumberValidator.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/NumberValidator.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/NumberValidator.java
 Wed Sep  5 06:04:16 2007
@@ -233,7 +233,7 @@
                }
 
                /**
-                * @see 
org.apache.wicket.markup.html.form.validation.AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
+                * @see 
AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
                 */
                protected String resourceKey()
                {
@@ -277,7 +277,7 @@
                }
 
                /**
-                * @see 
org.apache.wicket.markup.html.form.validation.AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
+                * @see 
AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
                 */
                protected String resourceKey()
                {
@@ -316,7 +316,7 @@
                }
 
                /**
-                * @see 
org.apache.wicket.markup.html.form.validation.AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
+                * @see 
AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
                 */
                protected String resourceKey()
                {
@@ -403,7 +403,7 @@
                }
 
                /**
-                * @see 
org.apache.wicket.markup.html.form.validation.AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
+                * @see 
AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
                 */
                protected String resourceKey()
                {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/StringValidator.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/StringValidator.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/StringValidator.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/validation/validator/StringValidator.java
 Wed Sep  5 06:04:16 2007
@@ -71,7 +71,7 @@
                }
 
                /**
-                * @see 
org.apache.wicket.markup.html.form.validation.AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
+                * @see 
AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
                 */
                protected String resourceKey()
                {
@@ -141,7 +141,7 @@
                }
 
                /**
-                * @see 
org.apache.wicket.markup.html.form.validation.AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
+                * @see 
AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
                 */
                protected String resourceKey()
                {
@@ -200,7 +200,7 @@
                }
 
                /**
-                * @see 
org.apache.wicket.markup.html.form.validation.AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
+                * @see 
AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
                 */
                protected String resourceKey()
                {
@@ -257,7 +257,7 @@
                }
 
                /**
-                * @see 
org.apache.wicket.markup.html.form.validation.AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
+                * @see 
AbstractValidator#resourceKey(org.apache.wicket.markup.html.form.FormComponent)
                 */
                protected String resourceKey()
                {

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/version/IPageVersionManager.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/version/IPageVersionManager.java?rev=572946&r1=572945&r2=572946&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/version/IPageVersionManager.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/version/IPageVersionManager.java
 Wed Sep  5 06:04:16 2007
@@ -95,7 +95,7 @@
         * @param mergeVersion
         *                        If this is set the version that was created 
is merged with the previous one. 
         * 
-        * @see IPageVersionManager#beginVersion()
+        * @see IPageVersionManager#beginVersion(boolean)
         */
        void endVersion(boolean mergeVersion);
        
@@ -119,8 +119,8 @@
         * This method rollbacks the page the number of versions specified
         * Including the ajax versions.
         * 
-        * @param numberOfVersions
-        * @return
+        * @param numberOfVersions  the number of versions to rollback
+        * @return the rolled-back page
         */
        Page rollbackPage(int numberOfVersions);
 


Reply via email to