jdk/src/share/classes/javax/management/remote/JMXConnectorFactory.java
changeset 24368 2b4801b94265
parent 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/management/remote/JMXConnectorFactory.java	Mon May 12 14:12:33 2014 +0400
+++ b/jdk/src/share/classes/javax/management/remote/JMXConnectorFactory.java	Mon May 12 14:33:13 2014 +0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2014, 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
@@ -134,7 +134,7 @@
  * <code>MalformedURLException</code> if there is none.  An
  * implementation may choose to find providers by other means.  For
  * example, it may support the <a
- * href="{@docRoot}/../technotes/guides/jar/jar.html#Service Provider">
+ * href="{@docRoot}/../technotes/guides/jar/jar.html#Service%20Provider">
  * JAR conventions for service providers</a>, where the service
  * interface is <code>JMXConnectorProvider</code>.</p>
  *