From ddd48329eaa2bd583a07e90bfa45b031357266c1 Mon Sep 17 00:00:00 2001
From: Ujwal Vangapally MalformedURLException if there is none. An
* implementation may choose to find providers by other means. For
* example, it may support service providers,
+ * href="{@docRoot}/java/util/ServiceLoader.html#developing-service-providers">service providers,
* where the service interface is JMXConnectorProvider.
Every implementation must support the RMI connector protocol with
diff --git a/jdk/src/java.management/share/classes/javax/management/remote/JMXConnectorServerFactory.java b/jdk/src/java.management/share/classes/javax/management/remote/JMXConnectorServerFactory.java
index e1ac2e809ea..556fb2306f6 100644
--- a/jdk/src/java.management/share/classes/javax/management/remote/JMXConnectorServerFactory.java
+++ b/jdk/src/java.management/share/classes/javax/management/remote/JMXConnectorServerFactory.java
@@ -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;
* MalformedURLException if there is none. An
* implementation may choose to find providers by other means. For
* example, it may support service providers,
+ * href="{@docRoot}/java/util/ServiceLoader.html#developing-service-providers">service providers,
* where the service interface is JMXConnectorServerProvider.
Every implementation must support the RMI connector protocol with