fixed warning as error w/ nant build
This commit is contained in:
@@ -412,11 +412,6 @@ namespace Spring.Objects.Factory
|
||||
[ExpectedException(typeof (ObjectDefinitionStoreException))]
|
||||
public virtual void Aliasing()
|
||||
{
|
||||
if (!(ObjectFactory is AbstractObjectFactory))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
string alias = "rods alias";
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user