From 56faeafdae5b4b76593e268bc994a7f663bd5685 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 14 May 2008 21:27:54 +0000 Subject: * Refactor: Renaming non viewer statistics classes from Reporters to Collectors - this seems more intuitive --- OpenSim/Framework/Statistics/Interfaces/IPullStatsProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Statistics/Interfaces') 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 @@ namespace OpenSim.Framework.Statistics.Interfaces { /// - /// Description of IPullStatsProvider. + /// Implemented by objects which allow statistical information to be pulled from them. /// public interface IPullStatsProvider { -- cgit v1.1