diff options
Diffstat (limited to 'OpenSim/Framework/SerializableInventory.cs')
-rw-r--r-- | OpenSim/Framework/SerializableInventory.cs | 2 |
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 | ||
31 | namespace OpenSim.Framework | 31 | namespace 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. |