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

This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-20 02:35:39 +01:00
parent ac037dfe21
commit d55f72f3df

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>