This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-engine.git

commit c0e3cc71f82fee3c4a1ebcffc398c70aef0f1dfa
Author: Claude Brisson <[email protected]>
AuthorDate: Thu Feb 25 14:34:12 2021 +0100

    Replace reference to obsolete spring classes with links to javadoc
---
 .../src/main/java/org/apache/velocity/spring/VelocityEngineFactory.java | 2 +-
 .../main/java/org/apache/velocity/spring/VelocityEngineFactoryBean.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactory.java
 
b/spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactory.java
index 6b3ee25..378b7e0 100644
--- 
a/spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactory.java
+++ 
b/spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactory.java
@@ -63,7 +63,7 @@ import org.springframework.util.StringUtils;
  * @see #setResourceLoaderPath
  * @see #createVelocityEngine
  * @see VelocityEngineFactoryBean
- * @see org.springframework.web.servlet.view.velocity.VelocityConfigurer
+ * @see <a 
href="https://docs.spring.io/spring-framework/docs/4.3.29.RELEASE/javadoc-api/org/springframework/web/servlet/view/velocity/VelocityConfigurer.html";>org.springframework.web.servlet.view.velocity.VelocityConfigurer</a>
  * @see org.apache.velocity.app.VelocityEngine
  */
 public class VelocityEngineFactory {
diff --git 
a/spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactoryBean.java
 
b/spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactoryBean.java
index 7705aab..78299ab 100644
--- 
a/spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactoryBean.java
+++ 
b/spring-velocity-support/src/main/java/org/apache/velocity/spring/VelocityEngineFactoryBean.java
@@ -47,7 +47,7 @@ import org.springframework.context.ResourceLoaderAware;
  * @see #setConfigLocation
  * @see #setVelocityProperties
  * @see #setResourceLoaderPath
- * @see org.springframework.web.servlet.view.velocity.VelocityConfigurer
+ * @see <a 
href="https://docs.spring.io/spring-framework/docs/4.3.29.RELEASE/javadoc-api/org/springframework/web/servlet/view/velocity/VelocityConfigurer.html";>org.springframework.web.servlet.view.velocity.VelocityConfigurer</a>
  */
 public class VelocityEngineFactoryBean extends VelocityEngineFactory
                implements FactoryBean<VelocityEngine>, InitializingBean, 
ResourceLoaderAware {

Reply via email to