Clean up warnings.

This commit is contained in:
kruland2607 2012-10-24 21:49:07 -05:00
parent f161a2dca6
commit 6d8b27068f
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ public interface MotorLoader extends Loader<Motor> {
* @return a list of motors contained in the file.
* @throws IOException if an I/O exception occurs of the file format is invalid.
*/
@Override
public List<Motor> load(InputStream stream, String filename) throws IOException;
}

View File

@ -4,7 +4,6 @@ import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import net.sf.openrocket.rocketcomponent.DeploymentConfiguration;
import net.sf.openrocket.rocketcomponent.Rocket;
import net.sf.openrocket.rocketcomponent.RocketComponent;
import net.sf.openrocket.rocketcomponent.Stage;