Deprecate not API ProxyServer.start method
This commit is contained in:
parent
d591d0ed29
commit
c416c44f43
@ -159,7 +159,9 @@ public abstract class ProxyServer
|
|||||||
*
|
*
|
||||||
* @throws Exception any exception thrown during startup causing the
|
* @throws Exception any exception thrown during startup causing the
|
||||||
* instance to fail to boot
|
* instance to fail to boot
|
||||||
|
* @deprecated not API, will be removed in a future version
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public abstract void start() throws Exception;
|
public abstract void start() throws Exception;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user