Commit c97f6951 by Dave Syer

Fix format in javadoc

parent 053296de
...@@ -27,8 +27,8 @@ import org.springframework.context.annotation.Import; ...@@ -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 * 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 * forward requests to backend servers. The backends can be registered manually through
* * configuration or via DiscoveryClient. * configuration or via DiscoveryClient.
* *
* @see EnableZuulServer for how to get a Zuul server without any proxying * @see EnableZuulServer for how to get a Zuul server without any proxying
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment