You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2016/03/11 15:54:36 UTC

qpid-dispatch git commit: DISPATCH-179 - Removed wrong comment on ConnectorEntity delete. Cut and paste mistake

Repository: qpid-dispatch
Updated Branches:
  refs/heads/tross-DISPATCH-179-1 68aab3815 -> 90775af41


DISPATCH-179 - Removed wrong comment on ConnectorEntity delete. Cut and paste mistake


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/90775af4
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/90775af4
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/90775af4

Branch: refs/heads/tross-DISPATCH-179-1
Commit: 90775af4126f32ed75ab7323234a997611d685b0
Parents: 68aab38
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Fri Mar 11 09:54:14 2016 -0500
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Fri Mar 11 09:54:14 2016 -0500

----------------------------------------------------------------------
 python/qpid_dispatch_internal/management/agent.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/90775af4/python/qpid_dispatch_internal/management/agent.py
----------------------------------------------------------------------
diff --git a/python/qpid_dispatch_internal/management/agent.py b/python/qpid_dispatch_internal/management/agent.py
index f5443d4..26a3b54 100644
--- a/python/qpid_dispatch_internal/management/agent.py
+++ b/python/qpid_dispatch_internal/management/agent.py
@@ -290,7 +290,6 @@ class ConnectorEntity(EntityAdapter):
         return config_connector
 
     def _delete(self):
-        """Can't actually delete a log source but return it to the default state"""
         self._qd.qd_connection_manager_delete_connector(self._dispatch, self._implementations[0].key)
 
     def _identifier(self): return _addr_port_identifier(self)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org