mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Formatting cleanup.
This commit is contained in:
@@ -286,7 +286,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
// Take all ther received items and put them into the folder tree heirarchy
|
||||
foreach (InventoryItemBase item in items) {
|
||||
InventoryFolderImpl folder = resolvedFolders.ContainsKey(item.Folder) ? resolvedFolders[item.Folder] : null;
|
||||
ItemReceive(item, folder );
|
||||
ItemReceive(item, folder);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Communications.Tests
|
||||
{
|
||||
UserProfileData userProfile = new UserProfileData();
|
||||
|
||||
// userProfile.ID = new UUID( Util.GetHashGuid( uri.ToString(), AssetCache.AssetInfo.Secret ));
|
||||
// userProfile.ID = new UUID(Util.GetHashGuid(uri.ToString(), AssetCache.AssetInfo.Secret));
|
||||
|
||||
return userProfile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user