aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Cache.cs
diff options
context:
space:
mode:
authorJeff Ames2008-08-17 23:07:14 +0000
committerJeff Ames2008-08-17 23:07:14 +0000
commit531f6c01eb8e137016e4e9a20438a107cd7b4f7f (patch)
treeb29e68fb095a61fa2600f1f65bf0e75592bf9c89 /OpenSim/Framework/Cache.cs
parentChange the deselect processing to prevent gratuituous full update (diff)
downloadopensim-SC_OLD-531f6c01eb8e137016e4e9a20438a107cd7b4f7f.zip
opensim-SC_OLD-531f6c01eb8e137016e4e9a20438a107cd7b4f7f.tar.gz
opensim-SC_OLD-531f6c01eb8e137016e4e9a20438a107cd7b4f7f.tar.bz2
opensim-SC_OLD-531f6c01eb8e137016e4e9a20438a107cd7b4f7f.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/Cache.cs')
-rw-r--r--OpenSim/Framework/Cache.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Cache.cs b/OpenSim/Framework/Cache.cs
index bccda24..d002530 100644
--- a/OpenSim/Framework/Cache.cs
+++ b/OpenSim/Framework/Cache.cs
@@ -495,7 +495,7 @@ namespace Opensim.Framework
495 495
496 public void Invalidate(LLUUID uuid) 496 public void Invalidate(LLUUID uuid)
497 { 497 {
498 if(!m_Lookup.ContainsKey(uuid)) 498 if (!m_Lookup.ContainsKey(uuid))
499 return; 499 return;
500 500
501 CacheItemBase item = m_Lookup[uuid]; 501 CacheItemBase item = m_Lookup[uuid];