Skip to content

Commit bb046b8

Browse files
committed
Typo
1 parent 6b0b87b commit bb046b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/ws/wsdl/wsdl11/provider/InliningXsdSchemaTypesProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public void addTypes(Definition definition) throws WSDLException {
8989
XsdSchema[] schemas = schemaCollection.getXsdSchemas();
9090
for (int i = 0; i < schemas.length; i++) {
9191
if (logger.isDebugEnabled()) {
92-
logger.debug("Inling " + schemas[i]);
92+
logger.debug("Inlining " + schemas[i]);
9393
}
9494
if (schemas.length == 1) {
9595
definition.addNamespace(SCHEMA_PREFIX, schemas[i].getTargetNamespace());

0 commit comments

Comments
 (0)