You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2008/02/09 21:27:29 UTC

svn commit: r620190 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Localizer.java

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))