SWS-948 Fix typo (duplicated the)

This commit is contained in:
Uxio
2016-02-11 21:06:01 +01:00
committed by Greg Turnquist
parent 2be6c50c8f
commit 420e795607
10 changed files with 12 additions and 12 deletions

View File

@@ -90,7 +90,7 @@ public class CommonsXsdSchema implements XsdSchema {
@Override
public Source getSource() {
// try to use the the package-friendly XmlSchemaSerializer first, fall back to slower stream-based version
// try to use the package-friendly XmlSchemaSerializer first, fall back to slower stream-based version
try {
XmlSchemaSerializer serializer = BeanUtils.instantiateClass(XmlSchemaSerializer.class);
if (collection != null) {