Skip to content
Snippets Groups Projects
Commit bee3456d authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Minor bug fixed

parent 5973df55
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,7 @@ public final class ACManager { // NOCS (Class Data Abstraction Coupling)
this.displayObjects.put(view.getName(), viewMap);
for (final MIDisplayConnector displayConnector : view.getDisplayConnectors()) {
final Method displayMethod = UpdateDisplaysThread.getDisplayMethod(this.myPluginMap.get(displayConnector.getDisplay().getParent()).getClass(),
displayConnector.getName());
displayConnector.getDisplay().getName());
// Make sure that the method really exists and that is has the correct parameters
if ((displayMethod != null) && (displayMethod.getParameterTypes().length == 1)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment