Skip to content

Commit

Permalink
Variable Descriptor editorLabel update
Browse files Browse the repository at this point in the history
  • Loading branch information
CiGit committed Aug 22, 2012
1 parent d501c23 commit e17d1ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public void merge(AbstractEntity a) {
VariableDescriptor other = (VariableDescriptor) a;
this.defaultInstance.merge(other.getDefaultInstance());
this.setLabel(other.getLabel());
this.setEditorLabel(other.getEditorLabel());
//this.scope.merge(vd.getScope());
}

Expand Down

0 comments on commit e17d1ac

Please sign in to comment.