Updated version

This commit is contained in:
2017-09-19 23:01:26 +02:00
parent d050a47357
commit bc15a75974
24 changed files with 20 additions and 35 deletions

View File

@ -1,3 +0,0 @@
/RDLEObjectDocumentationProvider.java
/RDLEObjectHoverProvider.java
/RDLUiModule.java

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);
}
}

View File

@ -1 +0,0 @@
/RDLProposalProvider.java

View File

@ -1,2 +0,0 @@
/RDLDescriptionLabelProvider.java
/RDLLabelProvider.java

View File

@ -1 +0,0 @@
/RDLOutlineTreeProvider.java

View File

@ -1 +0,0 @@
/RDLQuickfixProvider.java