aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-02-07 00:22:39 +0000
committerJustin Clark-Casey (justincc)2013-02-07 00:22:39 +0000
commitc8c5d74c22056deb0b079d0651c005d610626f66 (patch)
treef89de9268dff311e4ca3887c531a2b9e148b57d0
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-c8c5d74c22056deb0b079d0651c005d610626f66.zip
opensim-SC_OLD-c8c5d74c22056deb0b079d0651c005d610626f66.tar.gz
opensim-SC_OLD-c8c5d74c22056deb0b079d0651c005d610626f66.tar.bz2
opensim-SC_OLD-c8c5d74c22056deb0b079d0651c005d610626f66.tar.xz
minor: add method doc to DAMap.ValidateKey()
-rw-r--r--OpenSim/Framework/DAMap.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Framework/DAMap.cs b/OpenSim/Framework/DAMap.cs
index dd9c61b..24e0895 100644
--- a/OpenSim/Framework/DAMap.cs
+++ b/OpenSim/Framework/DAMap.cs
@@ -168,6 +168,10 @@ namespace OpenSim.Framework
168 } 168 }
169 } 169 }
170 170
171 /// <summary>
172 /// Validate the key used for storing separate data stores.
173 /// </summary>
174 /// <param name='key'></param>
171 private static void ValidateKey(string key) 175 private static void ValidateKey(string key)
172 { 176 {
173 if (key.Length < MIN_STORE_NAME_LENGTH) 177 if (key.Length < MIN_STORE_NAME_LENGTH)