mirror of https://github.com/apache/nifi.git
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…
Reference in New Issue