diff options
author | Justin Clark-Casey (justincc) | 2012-10-20 02:35:39 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-20 02:35:39 +0100 |
commit | d55f72f3df9dad8cd9c96ec7abc2e71de486fe56 (patch) | |
tree | 04dac4c19f3c2c122ee5624039652bba2de08f69 /OpenSim | |
parent | Add method doc for IPresenceService (diff) | |
download | opensim-SC_OLD-d55f72f3df9dad8cd9c96ec7abc2e71de486fe56.zip opensim-SC_OLD-d55f72f3df9dad8cd9c96ec7abc2e71de486fe56.tar.gz opensim-SC_OLD-d55f72f3df9dad8cd9c96ec7abc2e71de486fe56.tar.bz2 opensim-SC_OLD-d55f72f3df9dad8cd9c96ec7abc2e71de486fe56.tar.xz |
minor: Rename assetCache constructor param in UUIDGatherer to assetService which is what it is.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/UuidGatherer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs index 28cd09f..e238d01 100644 --- a/OpenSim/Region/Framework/Scenes/UuidGatherer.cs +++ b/OpenSim/Region/Framework/Scenes/UuidGatherer.cs | |||
@@ -66,9 +66,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
66 | // /// </summary> | 66 | // /// </summary> |
67 | // private bool m_waitingForObjectAsset; | 67 | // private bool m_waitingForObjectAsset; |
68 | 68 | ||
69 | public UuidGatherer(IAssetService assetCache) | 69 | public UuidGatherer(IAssetService assetService) |
70 | { | 70 | { |
71 | m_assetService = assetCache; | 71 | m_assetService = assetService; |
72 | } | 72 | } |
73 | 73 | ||
74 | /// <summary> | 74 | /// <summary> |