// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.hosted.node.admin.task.util.template; import com.yahoo.vespa.hosted.node.admin.task.util.text.Cursor; import com.yahoo.vespa.hosted.node.admin.task.util.text.CursorRange; import java.util.ArrayList; import java.util.List; /** * @author hakonhall */ class ListSection extends Section { private final String name; private final Cursor nameOffset; private final Template body; private final List