Clean up warnings.
This commit is contained in:
parent
f161a2dca6
commit
6d8b27068f
@ -19,6 +19,7 @@ public interface MotorLoader extends Loader<Motor> {
|
|||||||
* @return a list of motors contained in the file.
|
* @return a list of motors contained in the file.
|
||||||
* @throws IOException if an I/O exception occurs of the file format is invalid.
|
* @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;
|
public List<Motor> load(InputStream stream, String filename) throws IOException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,6 @@ import java.util.ArrayList;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
||||||
import net.sf.openrocket.rocketcomponent.DeploymentConfiguration;
|
|
||||||
import net.sf.openrocket.rocketcomponent.Rocket;
|
import net.sf.openrocket.rocketcomponent.Rocket;
|
||||||
import net.sf.openrocket.rocketcomponent.RocketComponent;
|
import net.sf.openrocket.rocketcomponent.RocketComponent;
|
||||||
import net.sf.openrocket.rocketcomponent.Stage;
|
import net.sf.openrocket.rocketcomponent.Stage;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user