* just added a readonly and a comment

This commit is contained in:
lbsa71
2008-02-20 10:10:19 +00:00
parent e7a709068a
commit fec87ad3d7
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ namespace OpenSim.Framework.Console
{
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
private object m_syncRoot = new object();
private readonly object m_syncRoot = new object();
public conscmd_callback m_cmdParser;
public string m_componentName;