diff options
author | Dahlia Trimble | 2008-12-22 07:48:43 +0000 |
---|---|---|
committer | Dahlia Trimble | 2008-12-22 07:48:43 +0000 |
commit | 1fbbdb671438c90a48232376791484baf419d9af (patch) | |
tree | e2cc38388aa466aa48784be6c40fa908e0fd1fe1 /OpenSim/Region/Application/OpenSim.cs | |
parent | Removed some debugging code that was inadvertently left in in my last commit :/ (diff) | |
download | opensim-SC_OLD-1fbbdb671438c90a48232376791484baf419d9af.zip opensim-SC_OLD-1fbbdb671438c90a48232376791484baf419d9af.tar.gz opensim-SC_OLD-1fbbdb671438c90a48232376791484baf419d9af.tar.bz2 opensim-SC_OLD-1fbbdb671438c90a48232376791484baf419d9af.tar.xz |
test commit - no functional change
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 96e2d39..c3b3a01 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -46,7 +46,7 @@ using Timer=System.Timers.Timer; | |||
46 | 46 | ||
47 | namespace OpenSim | 47 | namespace OpenSim |
48 | { | 48 | { |
49 | /// <summary> | 49 | /// <summary> |
50 | /// Interactive OpenSim region server | 50 | /// Interactive OpenSim region server |
51 | /// </summary> | 51 | /// </summary> |
52 | public class OpenSim : OpenSimBase, conscmd_callback | 52 | public class OpenSim : OpenSimBase, conscmd_callback |