renaming method addLabel to linkLabel

This commit is contained in:
Claudio Barril
2014-03-09 02:32:19 -03:00
parent e229ed96e4
commit d7cfa0de04
3 changed files with 3 additions and 3 deletions

View File

@@ -652,7 +652,7 @@ public class MindmapController extends BaseController {
final Mindmap mindmap = findMindmapById(mindmapId);
final Label label = mindmap.findLabel(labelId);
if (label == null) {
mindmapService.addLabel(mindmap, delegated);
mindmapService.linkLabel(mindmap, delegated);
}
}
}