Author: ivaynberg
Date: Sat Feb 9 12:27:29 2008
New Revision: 620190
URL: http://svn.apache.org/viewvc?rev=620190&view=rev
Log:
WICKET-1302 made Localizer.substitutePropertyExpressions() protected
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java?rev=620190&r1=620189&r2=620190&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java
(original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java
Sat Feb 9 12:27:29 2008
@@ -345,7 +345,7 @@
* The model
* @return The resulting string
*/
- private String substitutePropertyExpressions(final Component component,
final String string,
+ protected String substitutePropertyExpressions(final Component
component, final String string,
final IModel model)
{
if ((string != null) && (model != null))