From 5e0976551612eca3fc2f990011cef4ebe154fea8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 15 Aug 2021 19:54:40 +0200 Subject: [PATCH] Continued: - added internal TODO to find actual usage of the interface and rename it properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- application/hub/interfaces/delivery/class_Deliverable.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/hub/interfaces/delivery/class_Deliverable.php b/application/hub/interfaces/delivery/class_Deliverable.php index f110b98bb..2d1661e8f 100644 --- a/application/hub/interfaces/delivery/class_Deliverable.php +++ b/application/hub/interfaces/delivery/class_Deliverable.php @@ -7,13 +7,14 @@ use Org\Shipsimu\Hub\Generic\HubInterface; use Org\Shipsimu\Hub\Helper\HubHelper; /** - * An interface for package delivery boys... ;-) + * An interface for generic (?) delivery boys... ;-) * * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Hub Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org + * @todo Find the real use of this interface and rename it, this isn't the super-interface of package or message delivery interfaces * * 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 -- 2.39.5