Skip to content
Snippets Groups Projects
Commit 40290366 authored by GIRARDOT Raphael's avatar GIRARDOT Raphael Committed by MADELA Patrick
Browse files

constructor made public

parent 11035c8b
Branches
Tags
No related merge requests found
......@@ -51,7 +51,7 @@ public class InfoNodeDockingManager extends ADockingManager {
this(viewFactory, new PerspectiveFactory());
}
protected InfoNodeDockingManager(IViewFactory viewFactory, IPerspectiveFactory perspectiveFactory) {
public InfoNodeDockingManager(IViewFactory viewFactory, IPerspectiveFactory perspectiveFactory) {
super(viewFactory, perspectiveFactory);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment