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

Code correction

parent 721c4c97
No related branches found
No related tags found
No related merge requests found
......@@ -755,7 +755,6 @@ public final class CurrentAnalysisEditorBean {
mProperty.setName((String) ClassAndMethodContainer.invokeMethod(this.classAndMethodContainer.getPropertyNameMethod(), property, "N/A"));
mProperty.setValue((String) ClassAndMethodContainer.invokeMethod(this.classAndMethodContainer.getPropertyDefaultValueMethod(), property, "N/A"));
mProperty.setDescription((String) ClassAndMethodContainer.invokeMethod(this.classAndMethodContainer.getPropertyDefaultValueMethod(), property, "N/A"));
if (component instanceof MIPlugin) {
((MIPlugin) component).getProperties().add(mProperty);
......
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