From 078b818802718cc1529305bd9319883c6dc5dfac Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Tue, 5 Oct 2010 23:10:16 +0000 Subject: [PATCH] Fix comments. --- plugins/FeedsProcessor.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/FeedsProcessor.inc b/plugins/FeedsProcessor.inc index 017306ef..1ea58b09 100644 --- a/plugins/FeedsProcessor.inc +++ b/plugins/FeedsProcessor.inc @@ -21,8 +21,7 @@ abstract class FeedsProcessor extends FeedsPlugin { protected $entity_type; /** - * Process the result of the parser or previous processors. - * Extending classes must implement this method. + * Process the result of the parsing stage. * * @param FeedsSource $source * Source information about this import. @@ -32,8 +31,8 @@ abstract class FeedsProcessor extends FeedsPlugin { public abstract function process(FeedsSource $source, FeedsParserResult $parser_result); /** - * Remove all stored results or stored results up to a certain time for this - * configuration/this source. + * Remove all stored results or stored results up to a certain time for a + * source. * * @param FeedsSource $source * Source information for this expiry. Implementers should only delete items -- GitLab