mirror of https://github.com/sbt/sbt.git
Updated Client server discovery lifecycle (markdown)
parent
18f178c170
commit
f1acee1734
|
|
@ -120,7 +120,7 @@ public interface ServerMain {
|
||||||
* localhost/127.0.0.1/::1 addresses are supported in the URI. Any other return value will
|
* localhost/127.0.0.1/::1 addresses are supported in the URI. Any other return value will
|
||||||
* cause this service to be shutdown.
|
* cause this service to be shutdown.
|
||||||
*/
|
*/
|
||||||
public java.net.URI start(AppConfiguration configuration);
|
public java.net.URI start(ServerConfiguration configuration);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue