1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 23:27:08 +02:00

Remove IDE spam

This commit is contained in:
ementalo
2012-09-27 15:30:23 +01:00
parent 0283adb8c5
commit 94ea3ffd35
4 changed files with 0 additions and 21 deletions

View File

@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.ess3.settings.antibuild;
import java.util.HashSet;

View File

@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.ess3.settings.antibuild;
import java.util.HashSet;

View File

@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.ess3.settings.antibuild;
import java.util.HashSet;

View File

@@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.ess3.antibuild;
import java.io.File;
@@ -10,11 +6,6 @@ import net.ess3.api.IEssentials;
import net.ess3.settings.antibuild.AntiBuild;
import net.ess3.storage.AsyncStorageObjectHolder;
/**
*
* @author devhome
*/
public class AntiBuildHolder extends AsyncStorageObjectHolder<AntiBuild>
{
public AntiBuildHolder(final IEssentials ess)