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 4c54bc5cad
commit b427747f9a
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 ...