]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/package/class_Deliverable.php
Renamed 'stacker' -> 'stack'
[hub.git] / application / hub / interfaces / package / class_Deliverable.php
index 17f148c4ba3d161e8f0676fdc2a657504e6c0315..470b90d3bdaab29c2f637138539d26feee760ab9 100644 (file)
@@ -83,11 +83,11 @@ interface Deliverable extends FrameworkInterface {
        function sendWaitingPackage ();
 
        /**
-        * Clears all stacker
+        * Clears all stacks
         *
         * @return      void
         */
-       function clearAllStacker ();
+       function clearAllStacks ();
 }
 
 // [EOF]