Added RDL Editor product

This commit is contained in:
2017-09-13 10:43:04 +02:00
parent 7c603c65f3
commit 80440c6c58
28 changed files with 2329 additions and 48 deletions

View File

@ -25,7 +25,7 @@ public class RDLUiModule extends AbstractRDLUiModule {
return RDLEObjectDocumentationProvider.class;
}
public RDLUiModule(final AbstractUIPlugin plugin) {
super(plugin);
public RDLUiModule(final AbstractUIPlugin arg0) {
super(arg0);
}
}