diff options
author | Jeff Ames | 2009-02-13 02:06:28 +0000 |
---|---|---|
committer | Jeff Ames | 2009-02-13 02:06:28 +0000 |
commit | 95d53d48d4ce44cebf0f2d5803f58a0f7cfe8346 (patch) | |
tree | 576c3343f7973335e12b3ea05b0a4d1957440194 /OpenSim/ApplicationPlugins/Rest/Regions | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-95d53d48d4ce44cebf0f2d5803f58a0f7cfe8346.zip opensim-SC_OLD-95d53d48d4ce44cebf0f2d5803f58a0f7cfe8346.tar.gz opensim-SC_OLD-95d53d48d4ce44cebf0f2d5803f58a0f7cfe8346.tar.bz2 opensim-SC_OLD-95d53d48d4ce44cebf0f2d5803f58a0f7cfe8346.tar.xz |
Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Regions')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs b/OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs index 959bae6e2..8b22c16 100644 --- a/OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Regions/GETHandler.cs | |||
@@ -35,7 +35,6 @@ using OpenSim.Region.Framework.Scenes; | |||
35 | 35 | ||
36 | namespace OpenSim.ApplicationPlugins.Rest.Regions | 36 | namespace OpenSim.ApplicationPlugins.Rest.Regions |
37 | { | 37 | { |
38 | |||
39 | public partial class RestRegionPlugin : RestPlugin | 38 | public partial class RestRegionPlugin : RestPlugin |
40 | { | 39 | { |
41 | #region GET methods | 40 | #region GET methods |