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,6 +1,5 @@
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

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