You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by kn...@apache.org on 2006/11/02 00:04:45 UTC

svn commit: r470132 - /incubator/wicket/trunk/wicket/src/main/java/wicket/model/CompoundPropertyModel.java

Author: knopp
Date: Wed Nov  1 15:04:44 2006
New Revision: 470132

URL: http://svn.apache.org/viewvc?view=rev&rev=470132
Log:
AttachedCompoundPropertyModel no longer implements IAssignmentAwareModel

Modified:
    incubator/wicket/trunk/wicket/src/main/java/wicket/model/CompoundPropertyModel.java

Modified: incubator/wicket/trunk/wicket/src/main/java/wicket/model/CompoundPropertyModel.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/model/CompoundPropertyModel.java?view=diff&rev=470132&r1=470131&r2=470132
==============================================================================
--- incubator/wicket/trunk/wicket/src/main/java/wicket/model/CompoundPropertyModel.java (original)
+++ incubator/wicket/trunk/wicket/src/main/java/wicket/model/CompoundPropertyModel.java Wed Nov  1 15:04:44 2006
@@ -114,8 +114,7 @@
 	private class AttachedCompoundPropertyModel extends AbstractPropertyModel
 			implements
 				IWrapModel,
-				IInheritableModel,
-				IAssignmentAwareModel
+				IInheritableModel
 	{
 		private static final long serialVersionUID = 1L;
 
@@ -149,15 +148,7 @@
 		{
 			return CompoundPropertyModel.this;
 		}
-
-		/**
-		 * @see wicket.model.IAssignmentAwareModel#wrapOnAssignment(wicket.Component)
-		 */
-		public IWrapModel wrapOnAssignment(Component component)
-		{
-			return new AttachedCompoundPropertyModel(component);
-		}
-
+		
 		/**
 		 * @see wicket.model.IInheritableModel#wrapOnInheritance(wicket.Component)
 		 */