Deleted useless things

This commit is contained in:
Andrew
2014-10-03 23:08:28 -07:00
parent b8cc7fb788
commit 7f225a5ec1
91 changed files with 204 additions and 595 deletions
+2 -3
View File
@@ -1,6 +1,5 @@
package appeng.core.api;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Iterator;
@@ -98,7 +97,7 @@ public class ApiPart implements IPartHelper
return clazz;
}
public ClassNode getReader(String name) throws IOException
public ClassNode getReader(String name)
{
try
{
@@ -212,7 +211,7 @@ public class ApiPart implements IPartHelper
}
public Class getClassByDesc(String Addendum, String fullPath, String root, String next) throws IOException
public Class getClassByDesc(String Addendum, String fullPath, String root, String next)
{
if ( roots.get( fullPath ) != null )
return roots.get( fullPath );