vavrtom commented on a change in pull request #36: QPID-8361: [Broker-J] Create a developer guide for Qpid Broker-J URL: https://github.com/apache/qpid-broker-j/pull/36#discussion_r326506392
########## File path: doc/developer-guide/src/main/markdown/architecture.md ########## @@ -516,39 +516,45 @@ It uses the REST API to interact with the `Broker`. ## Pluggable Architecture The Broker utilizes java `java.util.ServiceLoader` for implementation of pluggable architecture. -The `org.apache.qpid.server.plugin.QpidServiceLoader` is thin wrapper around `java.util.ServiceLoader`. It responsible -for loading of extensions of `org.apache.qpid.server.plugin.Pluggable` which is a core of pluggable abstraction. All -Broker extension interfaces extend `org.apache.qpid.server.plugin.Pluggable`. The diagram below illustrates some of the -extension points. +The `org.apache.qpid.server.plugin.QpidServiceLoader` is a thin wrapper around `java.util.ServiceLoader`. It responsible Review comment: There is missing 'is' after 'It' ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
