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

0.7.4-extended
Justin Clark-Casey (justincc) 2012-10-20 02:35:39 +01:00
parent d0d004c6ff
commit 1790355f3e
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>