]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php
Updated domain without a dash :(
[core.git] / inc / classes / exceptions / connection / class_ConnectionAlreadyRegisteredException.php
index 67c8161256b77055c95de62b3cfa59100b30cb1c..89308db029ed8619a09bf5fba3f32ad53e9302fc 100644 (file)
@@ -3,11 +3,11 @@
  * This exception is thrown if the connection is already registered in a matching
  * connection registry.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core 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
@@ -32,7 +32,7 @@ class ConnectionAlreadyRegisteredException extends AbstractConnectionException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Connection with socket %s is already registered.",
+               $message = sprintf('[%s:] Connection with socket %s is already registered.',
                        $messageData[0]->__toString(),
                        $messageData[1]
                );