diff --git a/org.springframework.oxm/src/main/java/org/springframework/oxm/castor/package-info.java b/org.springframework.oxm/src/main/java/org/springframework/oxm/castor/package-info.java index 42f8cdade2..1f1167ab09 100644 --- a/org.springframework.oxm/src/main/java/org/springframework/oxm/castor/package-info.java +++ b/org.springframework.oxm/src/main/java/org/springframework/oxm/castor/package-info.java @@ -1,7 +1,7 @@ /** * - * Package providing integration of Castor within Springs O/X Mapping + * Package providing integration of Castor within Springs O/X Mapping * support * */ diff --git a/org.springframework.oxm/src/test/resources/org/springframework/oxm/castor/mapping.xml b/org.springframework.oxm/src/test/resources/org/springframework/oxm/castor/mapping.xml index e85971251c..f54e293fdf 100644 --- a/org.springframework.oxm/src/test/resources/org/springframework/oxm/castor/mapping.xml +++ b/org.springframework.oxm/src/test/resources/org/springframework/oxm/castor/mapping.xml @@ -1,5 +1,5 @@ - + Castor generated mapping file @@ -28,4 +28,4 @@ xmlns:tns="http://samples.springframework.org/flight"/> - \ No newline at end of file + diff --git a/spring-framework-reference/src/oxm.xml b/spring-framework-reference/src/oxm.xml index 65ef24cccf..225c45216f 100644 --- a/spring-framework-reference/src/oxm.xml +++ b/spring-framework-reference/src/oxm.xml @@ -437,7 +437,7 @@ public class Application { though a mapping file can be used to have more control over the behavior of Castor. - For more information on Castor, refer to the + For more information on Castor, refer to the Castor web site. The Spring integration classes reside in the org.springframework.oxm.castor package. @@ -461,7 +461,7 @@ public class Application { Although it is possible to rely on Castor's default marshalling behavior, it might be necessary to have more control over it. This can be accomplished using a Castor mapping file. For more information, refer - to Castor XML Mapping. + to Castor XML Mapping. The mapping can be set using the mappingLocation resource property, indicated