diff --git a/plugins/FeedsPlugin.inc b/plugins/FeedsPlugin.inc index a5025f2a11ee4d0966a741c57f6392acbcc76286..29da826b6ff68ec57d7bfeb97878e1109bc5838f 100644 --- a/plugins/FeedsPlugin.inc +++ b/plugins/FeedsPlugin.inc @@ -12,10 +12,6 @@ * Note how this class does not attempt to store source information locally. * Doing this would break the model where source information is represented by * an object that is being passed into a Feed object and its plugins. - * - * There is only one instance of a Feed or a FeedsPlugin per feed configuration, - * whereas there is one instance of a FeedsSource per feed configuration, per - * source info definition. */ abstract class FeedsPlugin extends FeedsConfigurable implements FeedsSourceInterface {