--- old/src/share/classes/javax/management/remote/JMXConnectorServerFactory.java 2013-12-31 00:45:59.000000000 -0800 +++ new/src/share/classes/javax/management/remote/JMXConnectorServerFactory.java 2013-12-31 00:45:58.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2013, 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 @@ -125,7 +125,7 @@ * MalformedURLException if there is none. An * implementation may choose to find providers by other means. For * example, it may support the + * href="{@docRoot}/../technotes/guides/jar/jar.html#Service%20Provider"> * JAR conventions for service providers, where the service * interface is JMXConnectorServerProvider.

*