mirror of
https://github.com/apache/nifi.git
synced 2025-02-17 07:25:23 +00:00
NIFI-538:
- Not initializing the label styles.
This commit is contained in:
parent
61b1d128e1
commit
cc408fa4da
@ -34,7 +34,7 @@ public class LabelDTO extends NiFiComponentDTO {
|
|||||||
|
|
||||||
// font-size = 12px
|
// font-size = 12px
|
||||||
// color = #eee
|
// color = #eee
|
||||||
private Map<String, String> style = Collections.emptyMap();
|
private Map<String, String> style;
|
||||||
|
|
||||||
public LabelDTO() {
|
public LabelDTO() {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user