Fix AuthMe initialization test after update to 1.11

This commit is contained in:
ljacqu
2016-11-17 22:07:39 +01:00
parent 2fbf8b6c71
commit a196420eca
2 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -85,8 +85,7 @@ public class AuthMe extends JavaPlugin {
*/
@VisibleForTesting
@SuppressWarnings("deprecation") // the super constructor is deprecated to mark it for unit testing only
protected AuthMe(final JavaPluginLoader loader, final Server server, final PluginDescriptionFile description,
final File dataFolder, final File file) {
protected AuthMe(JavaPluginLoader loader, PluginDescriptionFile description, File dataFolder, File file) {
super(loader, description, dataFolder, file);
}