[#1219] Fix Title#reset javadoc link

This commit is contained in:
md_5 2014-09-25 10:30:52 +10:00
parent ca2227bad4
commit 0a0146b68a

View File

@ -284,9 +284,9 @@ public abstract class ProxyServer
public abstract Collection<ProxiedPlayer> matchPlayer(String name); public abstract Collection<ProxiedPlayer> matchPlayer(String name);
/** /**
* Creates a new empty title configuration. * Creates a new empty title configuration. In most cases you will want to
* In most cases you will want to {@link #reset()} the current title first so * {@link Title#reset()} the current title first so your title won't be
* your title won't be affected by a previous one. * affected by a previous one.
* *
* @return A new empty title configuration. * @return A new empty title configuration.
* @see Title * @see Title