refactor(nifi): 移除 Connections 类中未使用的 bends 字段
- 删除了 Connections 类中的 bends 字段 - 该字段类型为 List<String>,但未在代码中使用 - 移除未使用的字段可以提高代码的可读性和维护性
This commit is contained in:
parent
fa9def8ded
commit
460722dde6
|
@ -12,7 +12,7 @@ public class Connections {
|
|||
private Permissions permissions;
|
||||
private Component component;
|
||||
private Status status;
|
||||
private List<String> bends;
|
||||
// private List<String> bends;
|
||||
private String labelIndex;
|
||||
private String zIndex;
|
||||
private String sourceId;
|
||||
|
|
Loading…
Reference in New Issue