added GnuRegexp.java to eliminated dependency on gnu.regexp.jar
[org.ibex.js.git] / src / org / ibex / js / JSReflection.java
index 69fb9b3..364792d 100644 (file)
@@ -40,7 +40,6 @@ public class JSReflection extends JS {
         } catch (NoSuchFieldException nfe) {
         } catch (IllegalAccessException nfe) {
         } catch (SecurityException nfe) { }
-
         try {
             Method[] methods = this.getClass().getMethods();
             for(int i=0; i<methods.length; i++) if (methods[i].getName().equals(k)) return METHOD;