minor: Rename assetCache constructor param in UUIDGatherer to assetService which is what it is.

connector_plugin
Justin Clark-Casey (justincc) 2012-10-20 02:35:39 +01:00
parent ac037dfe21
commit d55f72f3df
1 changed files with 2 additions and 2 deletions

View File

@ -66,9 +66,9 @@ namespace OpenSim.Region.Framework.Scenes
// /// </summary>
// private bool m_waitingForObjectAsset;
public UuidGatherer(IAssetService assetCache)
public UuidGatherer(IAssetService assetService)
{
m_assetService = assetCache;
m_assetService = assetService;
}
/// <summary>