minor: add method doc to DAMap.ValidateKey()

user_profiles
Justin Clark-Casey (justincc) 2013-02-07 00:22:39 +00:00
parent 5d523ea493
commit c8c5d74c22
1 changed files with 4 additions and 0 deletions

View File

@ -168,6 +168,10 @@ namespace OpenSim.Framework
}
}
/// <summary>
/// Validate the key used for storing separate data stores.
/// </summary>
/// <param name='key'></param>
private static void ValidateKey(string key)
{
if (key.Length < MIN_STORE_NAME_LENGTH)