From 6fa13de533057e99fc3673c40bea564492c2f473 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 18 Oct 2014 00:36:15 +0200 Subject: [PATCH] Minor things improved + TODO added as it is unfinished. Signed-off-by: Roland Haeder --- application/hub/interfaces/package/class_Deliverable.php | 2 +- .../hub/main/factories/handler/class_ProtocolHandlerFactory.php | 1 + core | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/application/hub/interfaces/package/class_Deliverable.php b/application/hub/interfaces/package/class_Deliverable.php index c8762b61d..7f6b56c2c 100644 --- a/application/hub/interfaces/package/class_Deliverable.php +++ b/application/hub/interfaces/package/class_Deliverable.php @@ -56,7 +56,7 @@ interface Deliverable extends FrameworkInterface { /** * Checks whether encoded (raw) data is pending * - * @return $isPending Whether encoded data is pending + * @return $isPending Whether encoded data is pending */ function isEncodedDataPending (); diff --git a/application/hub/main/factories/handler/class_ProtocolHandlerFactory.php b/application/hub/main/factories/handler/class_ProtocolHandlerFactory.php index d800146bb..f7e5832df 100644 --- a/application/hub/main/factories/handler/class_ProtocolHandlerFactory.php +++ b/application/hub/main/factories/handler/class_ProtocolHandlerFactory.php @@ -7,6 +7,7 @@ * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org + * @todo Unfinished stuff * * 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 diff --git a/core b/core index 64b2e96b9..fc986df58 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 64b2e96b9cca01afc4659db2370a8919832ec30c +Subproject commit fc986df5800daabbd777eae81ec44f63c7cd84f5 -- 2.39.2