Newline at end of file

This commit is contained in:
Olof Larsson 2016-07-30 12:15:24 +02:00
parent 2f96e747b5
commit 6599aac488
No known key found for this signature in database
GPG Key ID: BBEF14F97DA52474
10 changed files with 9 additions and 11 deletions

View File

@ -1,7 +1,6 @@
package com.massivecraft.factions; package com.massivecraft.factions;
public interface EconomyParticipator extends RelationParticipator public interface EconomyParticipator extends RelationParticipator
{ {
public boolean msg(String msg, Object... args); public boolean msg(String msg, Object... args);
} }

View File

@ -42,4 +42,4 @@ public class FactionEqualsPredicate implements Predicate<CommandSender>, Seriali
return this.factionId.equals(mplayer.getFactionId()); return this.factionId.equals(mplayer.getFactionId());
} }
} }

View File

@ -39,4 +39,4 @@ public class BoardAdapter implements JsonDeserializer<Board>, JsonSerializer<Boa
return context.serialize(src.getMap(), Board.MAP_TYPE); return context.serialize(src.getMap(), Board.MAP_TYPE);
} }
} }

View File

@ -66,4 +66,4 @@ public class BoardMapAdapter implements JsonDeserializer<Map<PS, TerritoryAccess
return ret; return ret;
} }
} }

View File

@ -113,4 +113,4 @@ public class TerritoryAccessAdapter implements JsonDeserializer<TerritoryAccess>
return obj; return obj;
} }
} }

View File

@ -34,4 +34,4 @@ public class EventFactionsCreate extends EventFactionsAbstractSender
this.factionName = factionName; this.factionName = factionName;
} }
} }

View File

@ -42,4 +42,4 @@ public class EventFactionsInvitedChange extends EventFactionsAbstractSender
this.newInvited = newInvited; this.newInvited = newInvited;
} }
} }

View File

@ -79,4 +79,4 @@ public class EventFactionsMembershipChange extends EventFactionsAbstractSender
} }
} }
} }

View File

@ -43,4 +43,4 @@ public class EventFactionsRelationChange extends EventFactionsAbstractSender
this.newRelation = newRelation; this.newRelation = newRelation;
} }
} }

View File

@ -49,4 +49,3 @@ public class MiscUtil
} }
} }