nicko       2004/06/02 08:33:57

  Modified:    src/Config ConfiguratorAttribute.cs
  Log:
  Updated parameter names in line with guidelines
  
  Revision  Changes    Path
  1.5       +3 -3      logging-log4net/src/Config/ConfiguratorAttribute.cs
  
  Index: ConfiguratorAttribute.cs
  ===================================================================
  RCS file: /home/cvs/logging-log4net/src/Config/ConfiguratorAttribute.cs,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConfiguratorAttribute.cs  21 May 2004 22:15:32 -0000      1.4
  +++ ConfiguratorAttribute.cs  2 Jun 2004 15:33:57 -0000       1.5
  @@ -43,9 +43,9 @@
                /// <summary>
                /// Configures the <see cref="ILoggerRepository"/> for the 
specified assembly.
                /// </summary>
  -             /// <param name="assembly">The assembly that this attribute was 
defined on.</param>
  -             /// <param name="repository">The repository to 
configure.</param>
  -             public abstract void Configure(Assembly assembly, 
ILoggerRepository repository);
  +             /// <param name="sourceAssembly">The assembly that this 
attribute was defined on.</param>
  +             /// <param name="targetRepository">The repository to 
configure.</param>
  +             public abstract void Configure(Assembly sourceAssembly, 
ILoggerRepository targetRepository);
        }
   }
   
  
  
  

Reply via email to