Replace bit.ly links with real links
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2017 the original author or authors.
|
||||
* Copyright 2002-2019 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -31,12 +31,14 @@ import org.springframework.lang.Nullable;
|
||||
* available on WebSphere 5.1 and higher.
|
||||
*
|
||||
* <p>Exposes the {@code MBeanServer} for bean references.
|
||||
* This FactoryBean is a direct alternative to {@link MBeanServerFactoryBean},
|
||||
* which uses standard JMX 1.2 API to access the platform's MBeanServer.
|
||||
*
|
||||
* <p>This {@code FactoryBean} is a direct alternative to {@link MBeanServerFactoryBean},
|
||||
* which uses standard JMX 1.2 API to access the platform's {@link MBeanServer}.
|
||||
*
|
||||
* <p>See the javadocs for WebSphere's
|
||||
* <a href="https://bit.ly/UzccDt">{@code AdminServiceFactory}</a>
|
||||
* and <a href="https://bit.ly/TRlX2r">{@code MBeanFactory}</a>.
|
||||
* <a href="https://www.ibm.com/support/knowledgecenter/SSEQTJ_9.0.0/com.ibm.websphere.javadoc.doc/web/apidocs/com/ibm/websphere/management/AdminServiceFactory.html">{@code AdminServiceFactory}</a>
|
||||
* and
|
||||
* <a href="https://www.ibm.com/support/knowledgecenter/SSEQTJ_9.0.0/com.ibm.websphere.javadoc.doc/web/apidocs/com/ibm/websphere/management/MBeanFactory.html">{@code MBeanFactory}</a>.
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @author Rob Harrop
|
||||
|
||||
Reference in New Issue
Block a user