You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jr...@apache.org on 2009/04/27 02:10:04 UTC

svn commit: r768835 - /wicket/sandbox/jthomerson/1.4-rc3/wicket-datetime/src/main/java/org/apache/wicket/datetime/StyleDateConverter.java

Author: jrthomerson
Date: Mon Apr 27 00:10:04 2009
New Revision: 768835

URL: http://svn.apache.org/viewvc?rev=768835&view=rev
Log:
try to fix javadoc bug

Modified:
    wicket/sandbox/jthomerson/1.4-rc3/wicket-datetime/src/main/java/org/apache/wicket/datetime/StyleDateConverter.java

Modified: wicket/sandbox/jthomerson/1.4-rc3/wicket-datetime/src/main/java/org/apache/wicket/datetime/StyleDateConverter.java
URL: http://svn.apache.org/viewvc/wicket/sandbox/jthomerson/1.4-rc3/wicket-datetime/src/main/java/org/apache/wicket/datetime/StyleDateConverter.java?rev=768835&r1=768834&r2=768835&view=diff
==============================================================================
--- wicket/sandbox/jthomerson/1.4-rc3/wicket-datetime/src/main/java/org/apache/wicket/datetime/StyleDateConverter.java (original)
+++ wicket/sandbox/jthomerson/1.4-rc3/wicket-datetime/src/main/java/org/apache/wicket/datetime/StyleDateConverter.java Mon Apr 27 00:10:04 2009
@@ -44,7 +44,7 @@
 	private static final long serialVersionUID = 1L;
 
 	/**
-	 * Date style to use. See {@link DateTimeFormat#forStyle(String)}.
+	 * Date style to use.
 	 */
 	private final String dateStyle;
 
@@ -119,4 +119,4 @@
 				.withPivotYear(2000);
 		return dtf;
 	}
-}
\ No newline at end of file
+}