From 148d2155a27c81c988061650e9fcdf4b3f43465a Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Wed, 24 Feb 2010 00:00:38 +0000 Subject: [PATCH] Clean up FeedsPlugin documentation. --- plugins/FeedsPlugin.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/FeedsPlugin.inc b/plugins/FeedsPlugin.inc index a5025f2a..29da826b 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 { -- GitLab