diff --git a/spring-binding/src/main/java/org/springframework/binding/expression/EvaluationException.java b/spring-binding/src/main/java/org/springframework/binding/expression/EvaluationException.java index ff06b40ef..00ab6d4f8 100644 --- a/spring-binding/src/main/java/org/springframework/binding/expression/EvaluationException.java +++ b/spring-binding/src/main/java/org/springframework/binding/expression/EvaluationException.java @@ -56,7 +56,7 @@ public Class getContextClass() { } /** - * The string form of the expression that failed to evaluate against an instance of the the context class. + * The string form of the expression that failed to evaluate against an instance of the context class. * @return the expression string */ public String getExpressionString() { diff --git a/spring-webflow/src/main/java/org/springframework/webflow/config/FlowDefinitionRegistryBuilder.java b/spring-webflow/src/main/java/org/springframework/webflow/config/FlowDefinitionRegistryBuilder.java index 33fb5ad41..716a83d26 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/config/FlowDefinitionRegistryBuilder.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/config/FlowDefinitionRegistryBuilder.java @@ -97,7 +97,7 @@ public FlowDefinitionRegistryBuilder(ApplicationContext appContext, FlowBuilderS /** * Configure the base path where flow definitions are found. When specified, all * flow locations are relative to this path. Also when specified, by default flows - * are assigned an id equal to the the path segment between their base path and + * are assigned an id equal to the path segment between their base path and * file name. *

* For example, if a flow definition is located at diff --git a/spring-webflow/src/main/resources/org/springframework/webflow/config/spring-webflow-config.xsd b/spring-webflow/src/main/resources/org/springframework/webflow/config/spring-webflow-config.xsd index f5df688a9..3819de3fa 100644 --- a/spring-webflow/src/main/resources/org/springframework/webflow/config/spring-webflow-config.xsd +++ b/spring-webflow/src/main/resources/org/springframework/webflow/config/spring-webflow-config.xsd @@ -102,7 +102,7 @@ its parent registry will be queried.