diff options
author | UbitUmarov | 2018-07-05 20:27:52 +0100 |
---|---|---|
committer | UbitUmarov | 2018-07-05 20:27:52 +0100 |
commit | 5e1bf888752089b712c77063327130f76a18b2c4 (patch) | |
tree | 4e5a8feeebc9a5f785bbced726438015e9af2c63 | |
parent | test (diff) | |
download | opensim-SC-5e1bf888752089b712c77063327130f76a18b2c4.zip opensim-SC-5e1bf888752089b712c77063327130f76a18b2c4.tar.gz opensim-SC-5e1bf888752089b712c77063327130f76a18b2c4.tar.bz2 opensim-SC-5e1bf888752089b712c77063327130f76a18b2c4.tar.xz |
test jenkins
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index 7ab3f1c..3464ac5 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs | |||
@@ -43,8 +43,8 @@ using System.Xml.Linq; | |||
43 | using log4net; | 43 | using log4net; |
44 | using Nwc.XmlRpc; | 44 | using Nwc.XmlRpc; |
45 | using OpenMetaverse.StructuredData; | 45 | using OpenMetaverse.StructuredData; |
46 | using XMLResponseHelper = OpenSim.Framework.SynchronousRestObjectRequester.XMLResponseHelper; | ||
47 | using OpenSim.Framework.ServiceAuth; | 46 | using OpenSim.Framework.ServiceAuth; |
47 | using XMLResponseHelper = OpenSim.Framework.SynchronousRestObjectRequester.XMLResponseHelper; | ||
48 | 48 | ||
49 | namespace OpenSim.Framework | 49 | namespace OpenSim.Framework |
50 | { | 50 | { |