Fixes IDE not correctly cleaning up the list of staged files.

This commit is contained in:
yueh 2016-12-31 15:19:36 +01:00
parent 497f1c9ace
commit 8b0637d05d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
* along with Applied Energistics 2. If not, see <http://www.gnu.org/licenses/lgpl>.
*/
package appeng.coremod.asm;
package appeng.coremod.transformer;
import java.util.Iterator;