More renamed
[shipsimu.git] / application / ship-simu / main / actions / ship-simu / class_ShipSimuProfileAction.php
index f49cf3526ab33c427953d4bc3ac19f3e5340e10f..56090bff1abe779177b10be40dc181468c405256 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An action class for the profile page
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu 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
@@ -37,7 +37,7 @@ class ShipSimuProfileAction extends BaseShipSimuAction implements PerformableAct
         *
         * @return      $actionInstance         An instance of this action class
         */
-       public final static function createShipSimuProfileAction () {
+       public static final function createShipSimuProfileAction () {
                // Get a new instance
                $actionInstance = new ShipSimuProfileAction();
 
@@ -51,7 +51,7 @@ class ShipSimuProfileAction extends BaseShipSimuAction implements PerformableAct
         * @param       $requestInstance        An instance of a class with an Requestable interface
         * @param       $responseInstance       An instance of a class with an Responseable interface
         * @return      void
-        * @todo        Maybe we need to do something later here */
+        * @todo        Maybe we need to do something later here
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Call parent execute method