Spacing issues.

This commit is contained in:
GJ 2012-06-12 09:20:39 -04:00
parent 975e13d45f
commit 2225e542ad
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import com.gmail.nossr50.locale.LocaleLoader;
import com.gmail.nossr50.util.Misc;
import com.gmail.nossr50.util.Skills;
public class DodgeEventHandler extends AcrobaticsEventHandler{
public class DodgeEventHandler extends AcrobaticsEventHandler {
protected DodgeEventHandler(AcrobaticsManager manager, EntityDamageByEntityEvent event) {
super(manager, event);

View File

@ -7,7 +7,7 @@ import com.gmail.nossr50.locale.LocaleLoader;
import com.gmail.nossr50.util.Misc;
import com.gmail.nossr50.util.Skills;
public class RollEventHandler extends AcrobaticsEventHandler{
public class RollEventHandler extends AcrobaticsEventHandler {
private boolean isGraceful;
private int damageThreshold;