Remove unnecessary imports from the same package
This commit is contained in:
parent
af7f26ab48
commit
8d8b6a93cf
@ -6,8 +6,6 @@ import java.util.Collections;
|
|||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import info.openrocket.core.database.DatabaseListener;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A database set. This class functions as a <code>Set</code> that contains
|
* A database set. This class functions as a <code>Set</code> that contains
|
||||||
* items
|
* items
|
||||||
|
@ -13,7 +13,6 @@ import info.openrocket.core.motor.Motor;
|
|||||||
import info.openrocket.core.motor.MotorConfiguration;
|
import info.openrocket.core.motor.MotorConfiguration;
|
||||||
import info.openrocket.core.motor.MotorConfigurationSet;
|
import info.openrocket.core.motor.MotorConfigurationSet;
|
||||||
import info.openrocket.core.preset.ComponentPreset;
|
import info.openrocket.core.preset.ComponentPreset;
|
||||||
import info.openrocket.core.rocketcomponent.ThicknessRingComponent;
|
|
||||||
import info.openrocket.core.rocketcomponent.position.AxialPositionable;
|
import info.openrocket.core.rocketcomponent.position.AxialPositionable;
|
||||||
import info.openrocket.core.startup.Application;
|
import info.openrocket.core.startup.Application;
|
||||||
import info.openrocket.core.util.BugException;
|
import info.openrocket.core.util.BugException;
|
||||||
|
@ -9,7 +9,6 @@ import de.congrace.exp4j.Calculable;
|
|||||||
import de.congrace.exp4j.Variable;
|
import de.congrace.exp4j.Variable;
|
||||||
import info.openrocket.core.document.OpenRocketDocument;
|
import info.openrocket.core.document.OpenRocketDocument;
|
||||||
import info.openrocket.core.logging.Markers;
|
import info.openrocket.core.logging.Markers;
|
||||||
import info.openrocket.core.simulation.customexpression.CustomExpression;
|
|
||||||
import info.openrocket.core.simulation.FlightDataBranch;
|
import info.openrocket.core.simulation.FlightDataBranch;
|
||||||
import info.openrocket.core.simulation.FlightDataType;
|
import info.openrocket.core.simulation.FlightDataType;
|
||||||
import info.openrocket.core.simulation.SimulationStatus;
|
import info.openrocket.core.simulation.SimulationStatus;
|
||||||
|
@ -4,8 +4,6 @@ import java.util.Collection;
|
|||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
|
|
||||||
import info.openrocket.core.util.ModID;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A Set that additionally implements the Monitorable interface.
|
* A Set that additionally implements the Monitorable interface.
|
||||||
*
|
*
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
package info.openrocket.core.util;
|
package info.openrocket.core.util;
|
||||||
|
|
||||||
import info.openrocket.core.util.ModID;
|
|
||||||
|
|
||||||
import static org.junit.jupiter.api.Assertions.*;
|
import static org.junit.jupiter.api.Assertions.*;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user