Repository: juddi Updated Branches: refs/heads/master d60dc83ea -> 0c3ac4f1e
JUDDI-938 fixed Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/0c3ac4f1 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/0c3ac4f1 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/0c3ac4f1 Branch: refs/heads/master Commit: 0c3ac4f1e2fa7c6fb5b1f63bff26734cd6069d70 Parents: d60dc83 Author: Alex <[email protected]> Authored: Tue Oct 27 18:41:05 2015 -0400 Committer: Alex <[email protected]> Committed: Tue Oct 27 18:41:05 2015 -0400 ---------------------------------------------------------------------- .../java/org/apache/juddi/v3/client/mapping/UDDIServiceCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/0c3ac4f1/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/UDDIServiceCache.java ---------------------------------------------------------------------- diff --git a/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/UDDIServiceCache.java b/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/UDDIServiceCache.java index b0fed48..18e202d 100644 --- a/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/UDDIServiceCache.java +++ b/juddi-client/src/main/java/org/apache/juddi/v3/client/mapping/UDDIServiceCache.java @@ -61,7 +61,7 @@ import org.uddi.v3_service.UDDISubscriptionListenerPortType; * the UDDIClientSubscriptionListenerService which is a WebService Endpoint brought * up by this cache. * - * The Cache also registers an MBean which allows the + * The Cache also registers an MBean which allows for managing and monitoring via JMX. * * @author <a href="mailto:[email protected]">Kurt T Stam</a> * @see UDDIClientSubscriptionListenerImpl --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
