From 50badce9be579e9678a5980781c0fdaa4c1e5fe0 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Sun, 11 Nov 2018 03:56:43 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- multi/multi__using_the_pluggable_architecture.html | 2 +- single/spring-cloud-contract.html | 2 +- spring-cloud-contract-maven-plugin/checkstyle.html | 6 +++--- spring-cloud-contract-maven-plugin/ci-management.html | 6 +++--- spring-cloud-contract-maven-plugin/complex.html | 6 +++--- spring-cloud-contract-maven-plugin/configs.html | 6 +++--- spring-cloud-contract-maven-plugin/convert-mojo.html | 6 +++--- spring-cloud-contract-maven-plugin/generateStubs-mojo.html | 6 +++--- spring-cloud-contract-maven-plugin/generateTests-mojo.html | 6 +++--- spring-cloud-contract-maven-plugin/help-mojo.html | 6 +++--- spring-cloud-contract-maven-plugin/index.html | 6 +++--- spring-cloud-contract-maven-plugin/issue-management.html | 6 +++--- spring-cloud-contract-maven-plugin/junit.html | 6 +++--- spring-cloud-contract-maven-plugin/licenses.html | 6 +++--- spring-cloud-contract-maven-plugin/plugin-info.html | 6 +++--- spring-cloud-contract-maven-plugin/plugin-management.html | 6 +++--- spring-cloud-contract-maven-plugin/plugins.html | 6 +++--- spring-cloud-contract-maven-plugin/project-info.html | 6 +++--- spring-cloud-contract-maven-plugin/project-reports.html | 6 +++--- spring-cloud-contract-maven-plugin/pushStubsToScm-mojo.html | 6 +++--- spring-cloud-contract-maven-plugin/run-mojo.html | 6 +++--- spring-cloud-contract-maven-plugin/scm.html | 6 +++--- spring-cloud-contract-maven-plugin/sitemap.html | 6 +++--- spring-cloud-contract-maven-plugin/spock.html | 6 +++--- spring-cloud-contract-maven-plugin/summary.html | 6 +++--- spring-cloud-contract-maven-plugin/team.html | 6 +++--- spring-cloud-contract-maven-plugin/usage.html | 6 +++--- spring-cloud-contract.xml | 2 +- 28 files changed, 78 insertions(+), 78 deletions(-) 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 @@