diff options
author | Jeff Ames | 2008-08-17 23:07:14 +0000 |
---|---|---|
committer | Jeff Ames | 2008-08-17 23:07:14 +0000 |
commit | 531f6c01eb8e137016e4e9a20438a107cd7b4f7f (patch) | |
tree | b29e68fb095a61fa2600f1f65bf0e75592bf9c89 /OpenSim/Framework | |
parent | Change the deselect processing to prevent gratuituous full update (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Framework/Cache.cs | 2 |
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]; |