fixing errors from invalid merge
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Spring.Context.Support
|
||||
/// <returns>
|
||||
/// An array of resource locations, or <see langword="null"/> if none.
|
||||
/// </returns>
|
||||
protected override string[] ConfigurationLocations
|
||||
public override string[] ConfigurationLocations
|
||||
{
|
||||
get { return _configurationLocations; }
|
||||
}
|
||||
@@ -139,7 +139,7 @@ namespace Spring.Context.Support
|
||||
/// <returns>
|
||||
/// An array of <see cref="Spring.Core.IO.IResource"/>s, or <see langword="null"/> if none.
|
||||
/// </returns>
|
||||
protected override IResource[] ConfigurationResources
|
||||
public override IResource[] ConfigurationResources
|
||||
{
|
||||
get { return _configurationResources; }
|
||||
}
|
||||
|
||||
@@ -119,7 +119,7 @@ namespace Spring.Context.Support
|
||||
/// <returns>
|
||||
/// An array of resource locations, or <see langword="null"/> if none.
|
||||
/// </returns>
|
||||
protected override string[] ConfigurationLocations
|
||||
public override string[] ConfigurationLocations
|
||||
{
|
||||
get { return _configurationLocations; }
|
||||
}
|
||||
@@ -139,7 +139,7 @@ namespace Spring.Context.Support
|
||||
/// <returns>
|
||||
/// An array of <see cref="Spring.Core.IO.IResource"/>s, or <see langword="null"/> if none.
|
||||
/// </returns>
|
||||
protected override IResource[] ConfigurationResources
|
||||
public override IResource[] ConfigurationResources
|
||||
{
|
||||
get { return _configurationResources; }
|
||||
}
|
||||
|
||||
@@ -57,12 +57,12 @@ namespace Spring.Transaction.Config
|
||||
objectDefinitionReader.LoadObjectDefinitions(configurationResources);
|
||||
}
|
||||
|
||||
protected override string[] ConfigurationLocations
|
||||
public override string[] ConfigurationLocations
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
protected override IResource[] ConfigurationResources
|
||||
public override IResource[] ConfigurationResources
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user