You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jc...@apache.org on 2007/10/29 23:22:35 UTC

svn commit: r589888 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/StringResourceModel.java

Author: jcompagner
Date: Mon Oct 29 15:22:32 2007
New Revision: 589888

URL: http://svn.apache.org/viewvc?rev=589888&view=rev
Log:
changed the toString doc 

Modified:
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/StringResourceModel.java

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/StringResourceModel.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/StringResourceModel.java?rev=589888&r1=589887&r2=589888&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/StringResourceModel.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/StringResourceModel.java Mon Oct 29 15:22:32 2007
@@ -394,9 +394,8 @@
 	}
 
 	/**
-	 * Override of the default method to return the resource string represented by this string
-	 * resource model. Useful in debugging and so on, to avoid the explicit need to call the
-	 * getString() method.
+	 * This method just returns debug information, so it won't return the localized string. Please
+	 * use getString() for that.
 	 * 
 	 * @return The string for this model object
 	 */