]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/idle/class_IdleLoopTask.php
Added a new task for listener pools and network package readers (for abstract Network...
[hub.git] / application / hub / main / tasks / idle / class_IdleLoopTask.php
index c355472e292c18807346a862f9d5444081bf091e..c4fc5d53e76ef26fce61f268ffe43b0adff43e3e 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class IdleLoopTask extends BaseTask implements Visitable, Taskable {
+class IdleLoopTask extends BaseTask implements Taskable, Visitable {
        /**
         * Protected constructor
         *
@@ -35,7 +35,7 @@ class IdleLoopTask extends BaseTask implements Visitable, Taskable {
        /**
         * Creates an instance of this class
         *
-        * @return      $taskInstance           An instance of a Visitable class
+        * @return      $taskInstance   An instance of a Taskable/Visitable class
         */
        public static final function createIdleLoopTask () {
                // Get new instance