Fix some Javadoc warnings

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2016-11-17 12:53:08 +11:00
parent f1fb3d9462
commit 1cb9aaf19a
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ public interface Zombie extends Monster {
public void setVillagerProfession(Villager.Profession profession);
/**
* @return
* @return profession
* @see ZombieVillager#getVillagerProfession()
*/
@Deprecated