Closedown

This commit is contained in:
gac-x03da
2023-08-15 13:02:47 +02:00
parent ea5f7f3ed8
commit fcc31f7082

View File

@@ -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{