Minor refactoring.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user