aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/SerializableInventory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/SerializableInventory.cs')
-rw-r--r--OpenSim/Framework/SerializableInventory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/SerializableInventory.cs b/OpenSim/Framework/SerializableInventory.cs
index 81f993c..fcf13a8 100644
--- a/OpenSim/Framework/SerializableInventory.cs
+++ b/OpenSim/Framework/SerializableInventory.cs
@@ -30,7 +30,7 @@ using System.Xml.Serialization;
30 30
31namespace OpenSim.Framework 31namespace OpenSim.Framework
32{ 32{
33 /* 33 /*
34 * .Net has some issues, serializing a dictionary, so we cannot reuse the InventoryFolder 34 * .Net has some issues, serializing a dictionary, so we cannot reuse the InventoryFolder
35 * class defined in Communications.Framework.Communications.Caches. So we serialize/deserialize 35 * class defined in Communications.Framework.Communications.Caches. So we serialize/deserialize
36 * into this simpler class, and then use that. 36 * into this simpler class, and then use that.