aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs b/OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs
index 0d85919..9a3ee8e 100644
--- a/OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs
+++ b/OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs
@@ -28,7 +28,7 @@
28namespace OpenSim.Framework.Statistics.Interfaces 28namespace OpenSim.Framework.Statistics.Interfaces
29{ 29{
30 /// <summary> 30 /// <summary>
31 /// Description of IPullStatsProvider. 31 /// Implemented by objects which allow statistical information to be pulled from them.
32 /// </summary> 32 /// </summary>
33 public interface IPullStatsProvider 33 public interface IPullStatsProvider
34 { 34 {