diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetCache.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs index 664625e..bd3437b 100644 --- a/OpenSim/Framework/Communications/Cache/AssetCache.cs +++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs | |||
@@ -56,10 +56,10 @@ namespace OpenSim.Framework.Communications.Cache | |||
56 | 56 | ||
57 | public Dictionary<LLUUID, AssetRequestsList> RequestLists = new Dictionary<LLUUID, AssetRequestsList>(); | 57 | public Dictionary<LLUUID, AssetRequestsList> RequestLists = new Dictionary<LLUUID, AssetRequestsList>(); |
58 | 58 | ||
59 | private IAssetServer m_assetServer; | 59 | private readonly IAssetServer m_assetServer; |
60 | 60 | ||
61 | private Thread m_assetCacheThread; | 61 | private readonly Thread m_assetCacheThread; |
62 | private LogBase m_log; | 62 | private readonly LogBase m_log; |
63 | 63 | ||
64 | /// <summary> | 64 | /// <summary> |
65 | /// | 65 | /// |