X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Ffilter%2Ftask%2Fcruncher%2Fclass_CruncherTaskHandlerInitializerFilter.php;h=0b49446e9a5f24f87f35ef71067911bcfaacf1c2;hb=5061be761f4d0c2bb9b1943d19f8ad55ff7170dd;hp=099978b7be98ab6a6c23c549023235af2ac8213d;hpb=9e906044d19ec598125029cee81291c80a167ff3;p=hub.git diff --git a/application/hub/main/filter/task/cruncher/class_CruncherTaskHandlerInitializerFilter.php b/application/hub/main/filter/task/cruncher/class_CruncherTaskHandlerInitializerFilter.php index 099978b7b..0b49446e9 100644 --- a/application/hub/main/filter/task/cruncher/class_CruncherTaskHandlerInitializerFilter.php +++ b/application/hub/main/filter/task/cruncher/class_CruncherTaskHandlerInitializerFilter.php @@ -2,11 +2,11 @@ /** * A TaskHandlerInitializer filter for crunchers * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Cruncher Developer Team + * @copyright Copyright (c) 2011 - 2014 Cruncher Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -51,7 +51,7 @@ class CruncherTaskHandlerInitializerFilter extends BaseCruncherFilter implements * @param $requestInstance An instance of a class with an Requestable interface * @param $responseInstance An instance of a class with an Responseable interface * @return void - * @throws FilterChainException If we need to interrupt the filter chain + * @throws FilterChainException If the filter chain needs to be interrupted * @todo 5% done */ public function execute (Requestable $requestInstance, Responseable $responseInstance) {