You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ms...@apache.org on 2003/03/07 00:58:45 UTC

cvs commit: avalon-excalibur/csframework/src/cs/Util ContainerUtil.cs

mschier     2003/03/06 15:58:44

  Modified:    csframework/src/cs/Util ContainerUtil.cs
  Log:
  Fixed bug due to attempted configuration of configurtation instead of component.
  
  Revision  Changes    Path
  1.4       +1 -1      avalon-excalibur/csframework/src/cs/Util/ContainerUtil.cs
  
  Index: ContainerUtil.cs
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/csframework/src/cs/Util/ContainerUtil.cs,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContainerUtil.cs	23 Jan 2003 21:50:47 -0000	1.3
  +++ ContainerUtil.cs	6 Mar 2003 23:58:44 -0000	1.4
  @@ -153,7 +153,7 @@
   					throw new ArgumentException("configuration is null");
   				}
   			
  -				((IConfigurable) configuration).Configure(configuration);
  +				((IConfigurable) component).Configure(configuration);
   			}
   		}
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org