Removing unnecessary class import from commit r5886. NetBeans was being bad, and added something I never meant to add to the imports.

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5888 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Tim Donohue
2010-11-22 16:20:54 +00:00
parent 8c619b135c
commit 20b88a0eb0

View File

@@ -7,7 +7,6 @@
*/
package org.dspace.content.packager;
import com.sun.org.apache.bcel.internal.generic.INEG;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;