Updated Client server discovery lifecycle (markdown)

Josh Suereth 2013-10-16 10:56:19 -07:00
parent 18f178c170
commit f1acee1734
1 changed files with 1 additions and 1 deletions

@ -120,7 +120,7 @@ public interface ServerMain {
* localhost/127.0.0.1/::1 addresses are supported in the URI. Any other return value will
* cause this service to be shutdown.
*/
public java.net.URI start(AppConfiguration configuration);
public java.net.URI start(ServerConfiguration configuration);
}
```