X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Finterfaces%2Findex%2Fstack%2Fclass_IndexableStack.php;h=8ed6b26d3851c4237ceffb6a388aaa315c2eaf57;hp=64b88056e46cf89691cbb810c3c1e02cee9d4f09;hb=7629f2314d517561d4301ddfb068a797b6ed8700;hpb=751f9e6c51f00dba27757b72fc85490e51fd3797 diff --git a/inc/main/interfaces/index/stack/class_IndexableStack.php b/inc/main/interfaces/index/stack/class_IndexableStack.php index 64b88056..8ed6b26d 100644 --- a/inc/main/interfaces/index/stack/class_IndexableStack.php +++ b/inc/main/interfaces/index/stack/class_IndexableStack.php @@ -1,10 +1,13 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -30,7 +33,5 @@ interface IndexableStack extends Indexable, CalculatableBlock { * @return void */ function addHashToIndex ($stackName, array $data); -} -// [EOF] -?> +}