Remove duplicate words

Closes gh-1039
This commit is contained in:
Johnny Lim
2016-04-19 10:54:30 +09:00
committed by Stephane Nicoll
parent 50c11028d5
commit 44e652f99e
75 changed files with 88 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
/**
* Transaction-aware decorators for the the org.springframework.cache package.
* Transaction-aware decorators for the org.springframework.cache package.
* Provides synchronization of put operations with Spring-managed transactions.
*/
package org.springframework.cache.transaction;

View File

@@ -358,12 +358,12 @@ public class FreeMarkerConfigurationFactory {
}
/**
* To be overridden by subclasses that want to to register custom
* To be overridden by subclasses that want to register custom
* TemplateLoader instances after this factory created its default
* template loaders.
* <p>Called by {@code createConfiguration()}. Note that specified
* "postTemplateLoaders" will be registered <i>after</i> any loaders
* registered by this callback; as a consequence, they are are <i>not</i>
* registered by this callback; as a consequence, they are <i>not</i>
* included in the given List.
* @param templateLoaders the current List of TemplateLoader instances,
* to be modified by a subclass
@@ -395,7 +395,7 @@ public class FreeMarkerConfigurationFactory {
}
/**
* To be overridden by subclasses that want to to perform custom
* To be overridden by subclasses that want to perform custom
* post-processing of the Configuration object after this factory
* performed its default initialization.
* <p>Called by {@code createConfiguration()}.

View File

@@ -340,7 +340,7 @@ public class VelocityEngineFactory {
}
/**
* To be implemented by subclasses that want to to perform custom
* To be implemented by subclasses that want to perform custom
* post-processing of the VelocityEngine after this FactoryBean
* performed its default configuration (but before VelocityEngine.init).
* <p>Called by {@code createVelocityEngine()}.