From 1ebeec22046c13e8763eaede18b7eea051ff9047 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Mon, 24 Aug 2015 21:01:56 -0700 Subject: [PATCH] remove (commented-out) dummy code --- docs/src/main/asciidoc/spring-cloud-connectors.adoc | 9 --------- 1 file changed, 9 deletions(-) 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`.