Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs

This commit is contained in:
Brettflan
2012-03-13 08:26:54 -05:00
parent 554a7a42c6
commit 03fe63cda0
17 changed files with 271 additions and 282 deletions

View File

@@ -37,23 +37,23 @@ public class LandClaimEvent extends Event implements Cancellable
}
public FLocation getLocation()
{
return this.location;
}
{
return this.location;
}
public Faction getFaction()
{
return faction;
return faction;
}
public String getFactionId()
{
return faction.getId();
return faction.getId();
}
public String getFactionTag()
{
return faction.getTag();
return faction.getTag();
}
public FPlayer getFPlayer()
@@ -63,7 +63,7 @@ public class LandClaimEvent extends Event implements Cancellable
public Player getPlayer()
{
return fplayer.getPlayer();
return fplayer.getPlayer();
}
@Override
@@ -77,5 +77,4 @@ public class LandClaimEvent extends Event implements Cancellable
{
this.cancelled = c;
}
}