Add missing author clause.
This commit is contained in:
@@ -35,6 +35,7 @@ import org.springframework.util.StringUtils
|
||||
* Converts a String or a Groovy or Java file into a {@link Contract}.
|
||||
*
|
||||
* @author Marcin Grzejszczak
|
||||
* @author Olga Maciaszek-Sharma
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
@@ -34,6 +34,7 @@ import static org.springframework.cloud.contract.spec.internal.MatchingType.NULL
|
||||
import static org.springframework.cloud.contract.spec.internal.MatchingType.REGEX
|
||||
/**
|
||||
* @author Marcin Grzejszczak
|
||||
* @author Olga Maciaszek-Sharma
|
||||
*/
|
||||
class JavaContractConverterSpec extends Specification {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user