Author: gseitz
Date: Sat Nov 3 17:23:43 2007
New Revision: 591714
URL: http://svn.apache.org/viewvc?rev=591714&view=rev
Log:
updated javadoc
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=591714&r1=591713&r2=591714&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
Sat Nov 3 17:23:43 2007
@@ -427,8 +427,8 @@
/**
* Gets the resource key for this string resource. If the resource key
contains property
- * expressions and the model is null then the returned value is the
actual resource key with all
- * substitutions undertaken.
+ * expressions and the model is not null then the returned value is the
actual resource key with
+ * all substitutions undertaken.
*
* @return The (possibly substituted) resource key
*/