aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteUserData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteUserData.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteUserData.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteUserData.cs b/OpenSim/Data/SQLite/SQLiteUserData.cs
index 2d3687c..45b4dc6 100644
--- a/OpenSim/Data/SQLite/SQLiteUserData.cs
+++ b/OpenSim/Data/SQLite/SQLiteUserData.cs
@@ -133,7 +133,7 @@ namespace OpenSim.Data.SQLite
133 public override void Dispose () {} 133 public override void Dispose () {}
134 134
135 /// <summary> 135 /// <summary>
136 /// see IUserData, 136 /// see IUserDataPlugin,
137 /// Get user data profile by UUID 137 /// Get user data profile by UUID
138 /// </summary> 138 /// </summary>
139 /// <param name="uuid">User UUID</param> 139 /// <param name="uuid">User UUID</param>
@@ -161,7 +161,7 @@ namespace OpenSim.Data.SQLite
161 } 161 }
162 162
163 /// <summary> 163 /// <summary>
164 /// see IUserData, 164 /// see IUserDataPlugin,
165 /// Get user data profile by name 165 /// Get user data profile by name
166 /// </summary> 166 /// </summary>
167 /// <param name="fname">first name</param> 167 /// <param name="fname">first name</param>