Deprecated ServerProvider#getHooks

This commit is contained in:
Parnassian
2014-02-18 15:53:23 +01:00
parent 9742d596a7
commit 6582e5f4d6
@@ -26,6 +26,7 @@ public abstract class ServerProvider implements Opcodes {
* *
* @return URL to hooks file * @return URL to hooks file
*/ */
@Deprecated
public URL getHooks() { public URL getHooks() {
return null; return null;
} }