diff --git a/multi/multi__using_the_pluggable_architecture.html b/multi/multi__using_the_pluggable_architecture.html index c991086bfa..afac28175f 100644 --- a/multi/multi__using_the_pluggable_architecture.html +++ b/multi/multi__using_the_pluggable_architecture.html @@ -17,7 +17,7 @@ structure converter. The following code listing shows the * @author Marcin Grzejszczak * @since 1.1.0 */ -interface ContractConverter<T> { +interface ContractConverter<T> extends ContractStorer<T> { /** * Should this file be accepted by the converter. Can use the file extension diff --git a/single/spring-cloud-contract.html b/single/spring-cloud-contract.html index 1723d0614f..954bfe4f2f 100644 --- a/single/spring-cloud-contract.html +++ b/single/spring-cloud-contract.html @@ -5552,7 +5552,7 @@ structure converter. The following code listing shows the * @author Marcin Grzejszczak * @since 1.1.0 */ -interface ContractConverter<T> { +interface ContractConverter<T> extends ContractStorer<T> { /** * Should this file be accepted by the converter. Can use the file extension diff --git a/spring-cloud-contract-maven-plugin/checkstyle.html b/spring-cloud-contract-maven-plugin/checkstyle.html index 4e84682894..1087553c00 100644 --- a/spring-cloud-contract-maven-plugin/checkstyle.html +++ b/spring-cloud-contract-maven-plugin/checkstyle.html @@ -1,13 +1,13 @@ - + Spring Cloud Contract Maven Plugin – Checkstyle Results @@ -146,7 +146,7 @@