]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/node/class_BaseNodeState.php
Refactured sending encoded (raw) data to sockets to a stacker-based approach.
[hub.git] / application / hub / main / states / node / class_BaseNodeState.php
index 6fd35a734443199265182f66948421079965fff6..3f3974dd6397ed2d861ec3ef6e806e8d317019d9 100644 (file)
@@ -49,11 +49,11 @@ class BaseNodeState extends BaseState {
        }
 
        /**
-        * Validates whether the state is 'active' or 'announced' or throws an
+        * Validates whether the state is 'active' or 'announcing' or throws an
         * exception if it is every other state.
         *
         * @return      void
-        * @throws      InvalidStateException   If the state is not 'active' and not 'announced'
+        * @throws      InvalidStateException   If the state is not 'active' and not 'announcing'
         */
        public function validateNodeStateIsActiveOrAnnounced () {
                // Just compare it...
@@ -83,7 +83,7 @@ class BaseNodeState extends BaseState {
         * exception if it is every other state.
         *
         * @return      void
-        * @throws      InvalidStateException   If the state is not 'active' and not 'announced'
+        * @throws      InvalidStateException   If the state is not 'active' and not 'announcing'
         */
        public function validateNodeStateIsAnnouncementCompleted () {
                // Just compare it...