Pulling all pending Bukkit-JavaDoc changes

By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
Bukkit/Spigot
2014-03-24 13:20:52 -05:00
parent 8ea6ca64d1
commit a742349b87
12 changed files with 311 additions and 260 deletions

View File

@@ -33,7 +33,7 @@ public interface Projectile extends Entity {
/**
* Set the shooter of this projectile.
*
* @param shooter the {@link ProjectileSource} that shot this projectile
* @param source the {@link ProjectileSource} that shot this projectile
*/
public void setShooter(ProjectileSource source);