Author: jonl
Date: Thu Apr 12 12:10:45 2007
New Revision: 528094
URL: http://svn.apache.org/viewvc?view=rev&rev=528094
Log:
Added note about quick fix for unit testing problem.
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java?view=diff&rev=528094&r1=528093&r2=528094
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java
Thu Apr 12 12:10:45 2007
@@ -533,6 +533,7 @@
*/
public void setAutomaticallyClearFeedbackMessages(boolean
automaticallyClearFeedbackMessages)
{
+ // FIXME This method is a quick fix for a unit testing problem
that should not exist
this.automaticallyClearFeedbackMessages =
automaticallyClearFeedbackMessages;
}