mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-10 06:59:05 +00:00
8183899: JMXConnectorFactory link to ServiceLoader gives 404
Edited link to point to correct path Reviewed-by: alanb
This commit is contained in:
parent
9a5bdadc4b
commit
ddd48329ea
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -137,7 +137,7 @@ import sun.reflect.misc.ReflectUtil;
|
||||
* <code>MalformedURLException</code> if there is none. An
|
||||
* implementation may choose to find providers by other means. For
|
||||
* example, it may support <a
|
||||
* href="{@docRoot}/../java/util/ServiceLoader.html#developing-service-providers">service providers</a>,
|
||||
* href="{@docRoot}/java/util/ServiceLoader.html#developing-service-providers">service providers</a>,
|
||||
* where the service interface is <code>JMXConnectorProvider</code>.</p>
|
||||
*
|
||||
* <p>Every implementation must support the RMI connector protocol with
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -128,7 +128,7 @@ import javax.management.remote.JMXConnectorFactory.ConnectorFactory;
|
||||
* <code>MalformedURLException</code> if there is none. An
|
||||
* implementation may choose to find providers by other means. For
|
||||
* example, it may support <a
|
||||
* href="{@docRoot}/../java/util/ServiceLoader.html#developing-service-providers">service providers</a>,
|
||||
* href="{@docRoot}/java/util/ServiceLoader.html#developing-service-providers">service providers</a>,
|
||||
* where the service interface is <code>JMXConnectorServerProvider</code>.</p>
|
||||
*
|
||||
* <p>Every implementation must support the RMI connector protocol with
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user