Newline at end of file

This commit is contained in:
Olof Larsson
2016-07-30 12:15:24 +02:00
parent 2f96e747b5
commit 6599aac488
10 changed files with 9 additions and 11 deletions

View File

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

View File

@@ -42,4 +42,4 @@ public class EventFactionsInvitedChange extends EventFactionsAbstractSender
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;
}
}
}