Author: mgrigorov
Date: Mon Aug 22 13:18:29 2011
New Revision: 1160261
URL: http://svn.apache.org/viewvc?rev=1160261&view=rev
Log:
remove '+' sign from the warning message.
Modified:
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/DefaultMarkupSourcingStrategy.java
Modified:
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/DefaultMarkupSourcingStrategy.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/DefaultMarkupSourcingStrategy.java?rev=1160261&r1=1160260&r2=1160261&view=diff
==============================================================================
---
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/DefaultMarkupSourcingStrategy.java
(original)
+++
wicket/trunk/wicket-core/src/main/java/org/apache/wicket/markup/html/panel/DefaultMarkupSourcingStrategy.java
Mon Aug 22 13:18:29 2011
@@ -136,7 +136,7 @@ public final class DefaultMarkupSourcing
if (!(child instanceof AbstractItem) &&
log.isWarnEnabled())
{
log.warn("1.4 to 1.5 migration issue:
the childs wicket-id contains decimals only. " +
- "By convention that +" +
+ "By convention that " +
"is only the case for children
(Items) of Loop, ListView, " +
"Tree etc.. To avoid the
warning, the childs container should implement:\n" +
"@Override public
IMarkupFragment getMarkup(Component child) {\n" +