You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by eh...@apache.org on 2007/04/12 23:05:48 UTC

svn commit: r528236 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/feedback/FeedbackMessages.java

Author: ehillenius
Date: Thu Apr 12 14:05:47 2007
New Revision: 528236

URL: http://svn.apache.org/viewvc?view=rev&rev=528236
Log:
removed outdated comment

Modified:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/feedback/FeedbackMessages.java

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/feedback/FeedbackMessages.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/feedback/FeedbackMessages.java?view=diff&rev=528236&r1=528235&r2=528236
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/feedback/FeedbackMessages.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/feedback/FeedbackMessages.java Thu Apr 12 14:05:47 2007
@@ -53,11 +53,7 @@
 	private List messages = null;
 
 	/**
-	 * Package local constructor; clients are not allowed to create instances as
-	 * this class is managed by the framework.
-	 * 
-	 * @param sessionStored
-	 *            whether or not this object is stored in session
+	 * Construct.
 	 */
 	public FeedbackMessages()
 	{