From 5cfd84c92427658d88c4b36e1470744babd3d54d Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 17 May 2009 10:26:00 +0000 Subject: Update svn properties. --- OpenSim/Servers/Connectors/Asset/AssetServiceConnector.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Servers') diff --git a/OpenSim/Servers/Connectors/Asset/AssetServiceConnector.cs b/OpenSim/Servers/Connectors/Asset/AssetServiceConnector.cs index b2b4cc2..df9507a 100644 --- a/OpenSim/Servers/Connectors/Asset/AssetServiceConnector.cs +++ b/OpenSim/Servers/Connectors/Asset/AssetServiceConnector.cs @@ -45,14 +45,14 @@ namespace OpenSim.Servers.Connectors MethodBase.GetCurrentMethod().DeclaringType); private string m_ServerURI = String.Empty; - private IImprovedAssetCache m_Cache = null; - - public AssetServicesConnector() - { + private IImprovedAssetCache m_Cache = null; + + public AssetServicesConnector() + { } public AssetServicesConnector(string serverURI) - { + { m_ServerURI = serverURI; } @@ -201,7 +201,7 @@ namespace OpenSim.Servers.Connectors if (newID != String.Empty) { // Placing this here, so that this work with old asset servers that don't send any reply back - // SynchronousRestObjectRequester returns somethins that is not an empty string + // SynchronousRestObjectRequester returns somethins that is not an empty string if (newID != null) asset.ID = newID; -- cgit v1.1