Cleaned r13 bug in multimodal benchmarks

This commit is contained in:
Marcel Kronfeld
2008-02-27 12:55:50 +00:00
parent 41cd0a8cb8
commit e5fc50703b
2 changed files with 6 additions and 6 deletions

View File

@@ -583,7 +583,7 @@ public class EvAClient implements RemoteStateListener, Serializable {
System.setProperty("java.class.path", cp + System.getProperty("path.separator") + baseDir.getPath());
ReflectPackage.resetDynCP();
m_ComAdapter.updateLocalMainAdapter();
loadSpecificModule(selectedModule); // warning! end recursive call! handle with care!
loadSpecificModule(selectedModule); // end recursive call! handle with care!
return;
}
showLoadModules = true;