Minor refactoring.

This commit is contained in:
Olga Maciaszek-Sharma
2019-02-13 13:16:57 +01:00
parent 59954d1da0
commit 431dd7aabb
2 changed files with 1 additions and 2 deletions

View File

@@ -450,7 +450,7 @@ class ContentUtils {
}
/**
* Creates new XmlSlurper with default error handler
* Creates new {@link XmlSlurper} with default error handler.
*
* @return XmlSlurper with default error handler
*/

View File

@@ -1,7 +1,6 @@
package org.springframework.cloud.contract.verifier.util
import org.springframework.cloud.contract.spec.internal.DslProperty
import org.springframework.cloud.contract.verifier.util.ContentUtils
import spock.lang.Specification
import org.xml.sax.helpers.DefaultHandler