Component scaling support
[debian/openrocket] / src / net / sf / openrocket / util / Reflection.java
index e62270ab0b138124d1c91201b0670abd1d3f60d7..b3c66f62b85d94ee38faa9c45cc8fbb17a7e22d0 100644 (file)
@@ -90,9 +90,10 @@ public class Reflection {
        
 
        /**
+        * Find a method from the rocket component classes.
         * Throws an exception if method not found.
         */
-       public static Reflection.Method findMethodStatic(
+       public static Reflection.Method findMethod(
                        Class<? extends RocketComponent> componentClass,
                        String method, Class<?>... params) {
                Reflection.Method m = findMethod(ROCKETCOMPONENT_PACKAGE, componentClass,