diff options
Diffstat (limited to 'OpenSim/Framework/Statistics/Interfaces')
-rw-r--r-- | OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs | 2 |
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 @@ | |||
28 | namespace OpenSim.Framework.Statistics.Interfaces | 28 | namespace 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 | { |