mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* just added a readonly and a comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user