NIFI-538:

- Not initializing the label styles.
This commit is contained in:
Matt Gilman 2015-04-23 14:45:59 -04:00
parent 61b1d128e1
commit cc408fa4da
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class LabelDTO extends NiFiComponentDTO {
// font-size = 12px
// color = #eee
private Map<String, String> style = Collections.emptyMap();
private Map<String, String> style;
public LabelDTO() {
}