Fix various javadoc warnings
This commit is contained in:
@@ -194,7 +194,6 @@ public class FreeMarkerConfigurationFactory {
|
||||
* @see org.springframework.context.ApplicationContext#getResource
|
||||
* @see freemarker.template.Configuration#setDirectoryForTemplateLoading
|
||||
* @see SpringTemplateLoader
|
||||
* @see #setTemplateLoaders
|
||||
*/
|
||||
public void setTemplateLoaderPaths(String... templateLoaderPaths) {
|
||||
this.templateLoaderPaths = templateLoaderPaths;
|
||||
|
||||
@@ -53,8 +53,8 @@ import org.springframework.util.StringUtils;
|
||||
* to the Spring application context.
|
||||
*
|
||||
* <p>If "overrideLogging" is true (the default), the VelocityEngine will be
|
||||
* configured to log via Commons Logging, that is, using the Spring-provided
|
||||
* {@link CommonsLoggingLogSystem} as log system.
|
||||
* configured to log via Commons Logging, that is, using
|
||||
* {@link CommonsLogLogChute} as log system.
|
||||
*
|
||||
* <p>The simplest way to use this class is to specify a
|
||||
* {@link #setResourceLoaderPath(String) "resourceLoaderPath"}; the
|
||||
@@ -66,7 +66,6 @@ import org.springframework.util.StringUtils;
|
||||
* @see #setResourceLoaderPath
|
||||
* @see #setOverrideLogging
|
||||
* @see #createVelocityEngine
|
||||
* @see CommonsLoggingLogSystem
|
||||
* @see VelocityEngineFactoryBean
|
||||
* @see org.springframework.web.servlet.view.velocity.VelocityConfigurer
|
||||
* @see org.apache.velocity.app.VelocityEngine
|
||||
|
||||
Reference in New Issue
Block a user