(Environment environment)
| 285 | private final NodeService nodeService; |
| 286 | |
| 287 | public Node(Environment environment) { |
| 288 | this(environment, Collections.emptyList()); |
| 289 | } |
| 290 | |
| 291 | /** |
| 292 | * Constructs a node |
nothing calls this directly
no test coverage detected