Closedown
This commit is contained in:
@@ -382,7 +382,7 @@ public class XPSSpectrum extends ScriptProcessor {
|
||||
|
||||
Object getScienta(String method) throws Exception{
|
||||
Method m = scienta.getClass().getMethod(method, new Class[0]);
|
||||
return m.invoke(scienta);
|
||||
return m.invoke(scienta, new Object[0]);
|
||||
}
|
||||
|
||||
void setScienta(String method, Object obj) throws Exception{
|
||||
|
||||
Reference in New Issue
Block a user