label attribute icon to iconName refactor (because of eze code review)

This commit is contained in:
Claudio Barril
2014-04-16 02:38:33 -03:00
parent 8cd05ec37e
commit 5ec3b6cce1
8 changed files with 19 additions and 19 deletions

View File

@@ -138,7 +138,7 @@ public class RestLabelITCase {
restLabel.setColor(color);
}
if (icon != null) {
restLabel.setIcon(icon);
restLabel.setIconName(icon);
}
// Create a new label ...