X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=core%2Fsrc%2Fnet%2Fsf%2Fopenrocket%2Fdatabase%2FMotorDatabase.java;h=0a1e9095a9868583a86d9f9d71637d6b0065bf60;hb=4095cb0dd61a75b7b6b0bd811f8e803af5b27919;hp=fdde5facedd5fd21cabdb589516e0350a4e3e7da;hpb=8654c7d5a9d56274a296500d40c7f74229cdf6f1;p=debian%2Fopenrocket diff --git a/core/src/net/sf/openrocket/database/MotorDatabase.java b/core/src/net/sf/openrocket/database/MotorDatabase.java index fdde5fac..0a1e9095 100644 --- a/core/src/net/sf/openrocket/database/MotorDatabase.java +++ b/core/src/net/sf/openrocket/database/MotorDatabase.java @@ -5,7 +5,7 @@ import java.util.List; import net.sf.openrocket.motor.Motor; public interface MotorDatabase { - + /** * Return all motors in the database matching a search criteria. Any search criteria that * is null or NaN is ignored. @@ -20,5 +20,5 @@ public interface MotorDatabase { public List findMotors(Motor.Type type, String manufacturer, String designation, double diameter, double length); - -} \ No newline at end of file + +}