minor: add method doc to DAMap.ValidateKey()
parent
5d523ea493
commit
c8c5d74c22
|
@ -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)
|
private static void ValidateKey(string key)
|
||||||
{
|
{
|
||||||
if (key.Length < MIN_STORE_NAME_LENGTH)
|
if (key.Length < MIN_STORE_NAME_LENGTH)
|
||||||
|
|
Loading…
Reference in New Issue