diff options
author | Jeff Ames | 2008-03-18 14:51:42 +0000 |
---|---|---|
committer | Jeff Ames | 2008-03-18 14:51:42 +0000 |
commit | bf8b5844f24d294c459f54147bd511e7112288bf (patch) | |
tree | 1b6a1ba4e9888d43694a8a33c21beb6913ce2d3a /OpenSim/Framework/Data.DB4o | |
parent | * Applied Grumly57 patch for #781; Thanks, Grumly! (diff) | |
download | opensim-SC_OLD-bf8b5844f24d294c459f54147bd511e7112288bf.zip opensim-SC_OLD-bf8b5844f24d294c459f54147bd511e7112288bf.tar.gz opensim-SC_OLD-bf8b5844f24d294c459f54147bd511e7112288bf.tar.bz2 opensim-SC_OLD-bf8b5844f24d294c459f54147bd511e7112288bf.tar.xz |
Formatting cleanup. Minor refactoring.
Diffstat (limited to 'OpenSim/Framework/Data.DB4o')
-rw-r--r-- | OpenSim/Framework/Data.DB4o/DB4oGridData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Data.DB4o/DB4oGridData.cs b/OpenSim/Framework/Data.DB4o/DB4oGridData.cs index 999d4f8..9320ef9 100644 --- a/OpenSim/Framework/Data.DB4o/DB4oGridData.cs +++ b/OpenSim/Framework/Data.DB4o/DB4oGridData.cs | |||
@@ -103,6 +103,7 @@ namespace OpenSim.Framework.Data.DB4o | |||
103 | throw new Exception("GetProfileByString Not supported in DB4oGridData"); | 103 | throw new Exception("GetProfileByString Not supported in DB4oGridData"); |
104 | //return null; | 104 | //return null; |
105 | } | 105 | } |
106 | |||
106 | /// <summary> | 107 | /// <summary> |
107 | /// Adds a new specified region to the database | 108 | /// Adds a new specified region to the database |
108 | /// </summary> | 109 | /// </summary> |