diff --git a/src/network/model/node.h b/src/network/model/node.h index 1afc3223c..668746e45 100644 --- a/src/network/model/node.h +++ b/src/network/model/node.h @@ -111,9 +111,7 @@ public: * \returns the index of the Application within the Node's list * of Application. * - * Associated this Application to this Node. This method is called - * automatically from Application::Application so the user - * has little reasons to call this method directly. + * Associated this Application to this Node. */ uint32_t AddApplication (Ptr application); /**