X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fresult%2Fclass_ResultUpdateException.php;h=8def944c5703a60e349995086f86b63128131545;hp=a656275d4443d9281e57fc6a2d9e9803c2171259;hb=4b88c118b615335d06bd74e444173d21aef4406c;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae diff --git a/inc/classes/exceptions/result/class_ResultUpdateException.php b/inc/classes/exceptions/result/class_ResultUpdateException.php index a656275d..8def944c 100644 --- a/inc/classes/exceptions/result/class_ResultUpdateException.php +++ b/inc/classes/exceptions/result/class_ResultUpdateException.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -29,7 +29,7 @@ class ResultUpdateException extends FrameworkException { * @param $code Error code * @return void */ - public function __construct(UpdateableResult $resultInstance, $code) { + public function __construct (UpdateableResult $resultInstance, $code) { // Construct the message $message = sprintf("[%s:%d] Update of result instance has nothing changed.", $resultInstance->__toString(),