diff --git a/docs/src/main/asciidoc/spring-cloud-connectors.adoc b/docs/src/main/asciidoc/spring-cloud-connectors.adoc index a60bb45..27878cf 100644 --- a/docs/src/main/asciidoc/spring-cloud-connectors.adoc +++ b/docs/src/main/asciidoc/spring-cloud-connectors.adoc @@ -346,14 +346,5 @@ To add new service connectors, your connector classes must implement the http:// * `Class getServiceConnectorType()`: Returns the type of the connection object that will be created. * `Class getServiceInfoType()`: Returns the type of the `ServiceInfo` that the class will accept. -//// -[source,java] ----- -public class Foo { - -} ----- -//// - List the fully-qualified connector class names in the provider-configuration file at `META-INF/services/org.springframework.cloud.service.ServiceConnectorCreator`.