Fields should be protected unless private is required

This commit is contained in:
Melanie Thielker
2016-06-14 01:27:48 +02:00
parent 68c73951ef
commit cdfbf78d07

View File

@@ -54,7 +54,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public class LLUDPServerShim : INonSharedRegionModule
{
protected IConfigSource m_Config;
LLUDPServer m_udpServer;
protected LLUDPServer m_udpServer;
#region INonSharedRegionModule
public virtual string Name