Fix format in javadoc

This commit is contained in:
Dave Syer
2016-01-18 17:03:05 +00:00
parent 053296de93
commit c97f69517d

View File

@@ -27,8 +27,8 @@ import org.springframework.context.annotation.Import;
/**
* Sets up a Zuul server endpoint and installs some reverse proxy filters in it, so it can
* * forward requests to backend servers. The backends can be registered manually through
* * configuration or via DiscoveryClient.
* forward requests to backend servers. The backends can be registered manually through
* configuration or via DiscoveryClient.
*
* @see EnableZuulServer for how to get a Zuul server without any proxying
*