A lot naming conventions applied:
[shipsimu.git] / application / ship-simu / main / actions / ship-simu / class_ShipSimuProfileAction.php
index 6c4526035d02ecdcd2c0c139540ebf1461422c61..d6a5649f89080ca71ec348e32f334727babbf483 100644 (file)
@@ -51,9 +51,10 @@ class ShipSimuProfileAction extends BaseAction implements PerformableAction {
         * @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 */
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               /* @TODO Maybe we need to do something later here */
+               // Empty for now
        }
 }