Deprecate not API ProxyServer.start method

This commit is contained in:
md_5 2018-07-09 09:59:33 +10:00
parent d591d0ed29
commit c416c44f43

View File

@ -159,7 +159,9 @@ public abstract class ProxyServer
*
* @throws Exception any exception thrown during startup causing the
* instance to fail to boot
* @deprecated not API, will be removed in a future version
*/
@Deprecated
public abstract void start() throws Exception;
/**