diff options
Diffstat (limited to 'OpenSim/Framework/Monitoring/Interfaces')
-rw-r--r-- | OpenSim/Framework/Monitoring/Interfaces/IStatsCollector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Monitoring/Interfaces/IStatsCollector.cs b/OpenSim/Framework/Monitoring/Interfaces/IStatsCollector.cs index 40df562..e326e8b 100644 --- a/OpenSim/Framework/Monitoring/Interfaces/IStatsCollector.cs +++ b/OpenSim/Framework/Monitoring/Interfaces/IStatsCollector.cs | |||
@@ -39,7 +39,7 @@ namespace OpenSim.Framework.Monitoring | |||
39 | /// </summary> | 39 | /// </summary> |
40 | /// <returns></returns> | 40 | /// <returns></returns> |
41 | string Report(); | 41 | string Report(); |
42 | 42 | ||
43 | /// <summary> | 43 | /// <summary> |
44 | /// Report back collected statistical information in json | 44 | /// Report back collected statistical information in json |
45 | /// </summary> | 45 | /// </summary> |