Skip to content

Commit

Permalink
- some minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kkozmic committed Jan 30, 2011
1 parent 398c6a1 commit c593c83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Castle.Facilities.Logging/LoggerImplementation.cs
@@ -1,4 +1,4 @@
// Copyright 2004-2010 Castle Project - http://www.castleproject.org/
// Copyright 2004-2011 Castle Project - http://www.castleproject.org/
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -17,7 +17,7 @@ namespace Castle.Facilities.Logging
using Castle.Core.Logging;

/// <summary>
/// The supported <see cref="ILogger"/> implementations
/// The supported <see cref = "ILogger" /> implementations
/// </summary>
public enum LoggerImplementation
{
Expand Down
2 changes: 1 addition & 1 deletion src/Castle.Facilities.Logging/LoggerResolver.cs
@@ -1,4 +1,4 @@
// Copyright 2004-2010 Castle Project - http://www.castleproject.org/
// Copyright 2004-2011 Castle Project - http://www.castleproject.org/
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
3 changes: 1 addition & 2 deletions src/Castle.Windsor.Tests/Bugs/IoC_142.cs
Expand Up @@ -64,8 +64,7 @@ public void ShouldBeAbleToSupplyValueForNullableParamViaCtor_FromConfig()
configuration.CreateChild("foo", "5");
container.Register(Component.For<ClassTakingNullableViaCtor>().Configuration(configuration));

var s = container.Resolve<ClassTakingNullableViaCtor>();
Assert.IsNotNull(s);
container.Resolve<ClassTakingNullableViaCtor>();
}

[Test]
Expand Down

0 comments on commit c593c83

Please sign in to comment.