diff options
author | Jeff Ames | 2008-08-18 00:39:10 +0000 |
---|---|---|
committer | Jeff Ames | 2008-08-18 00:39:10 +0000 |
commit | 6ef9d4da901a346c232458317cca6268da888e2e (patch) | |
tree | dd1d935b10f34f261839da9f9879c02322e8ede7 /OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs | |
parent | Update svn properties, minor formatting cleanup. (diff) | |
download | opensim-SC_OLD-6ef9d4da901a346c232458317cca6268da888e2e.zip opensim-SC_OLD-6ef9d4da901a346c232458317cca6268da888e2e.tar.gz opensim-SC_OLD-6ef9d4da901a346c232458317cca6268da888e2e.tar.bz2 opensim-SC_OLD-6ef9d4da901a346c232458317cca6268da888e2e.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs b/OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs index 5ec2526..1f68d2b 100644 --- a/OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs +++ b/OpenSim/ApplicationPlugins/Rest/Regions/RestRegionPlugin.cs | |||
@@ -57,7 +57,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Regions | |||
57 | _xmlNs = new XmlSerializerNamespaces(); | 57 | _xmlNs = new XmlSerializerNamespaces(); |
58 | _xmlNs.Add(String.Empty, String.Empty); | 58 | _xmlNs.Add(String.Empty, String.Empty); |
59 | } | 59 | } |
60 | 60 | ||
61 | #region overriding properties | 61 | #region overriding properties |
62 | public override string Name | 62 | public override string Name |
63 | { | 63 | { |
@@ -90,7 +90,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Regions | |||
90 | return; | 90 | return; |
91 | } | 91 | } |
92 | m_log.InfoFormat("{0} REST region plugin enabled", MsgID); | 92 | m_log.InfoFormat("{0} REST region plugin enabled", MsgID); |
93 | 93 | ||
94 | // add REST method handlers | 94 | // add REST method handlers |
95 | AddRestStreamHandler("GET", "/regions/", GetHandler); | 95 | AddRestStreamHandler("GET", "/regions/", GetHandler); |
96 | AddRestStreamHandler("POST", "/regions/", PostHandler); | 96 | AddRestStreamHandler("POST", "/regions/", PostHandler); |