scripts/src/main/java/com/gu/typesafe/config/impl/ConfigNodeRoot.java [33:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ArrayList<com.gu.typesafe.config.impl.AbstractConfigNode> childrenCopy = new ArrayList<com.gu.typesafe.config.impl.AbstractConfigNode>(children);
        for (int i = 0; i < childrenCopy.size(); i++) {
            com.gu.typesafe.config.impl.AbstractConfigNode node = childrenCopy.get(i);
            if (node instanceof com.gu.typesafe.config.impl.ConfigNodeComplexValue) {
                if (node instanceof ConfigNodeArray) {
                    throw new com.gu.typesafe.config.ConfigException.WrongType(origin, "The ConfigDocument had an array at the root level, and values cannot be modified inside an array.");
                } else if (node instanceof com.gu.typesafe.config.impl.ConfigNodeObject) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



scripts/src/main/java/com/gu/typesafe/config/impl/ConfigNodeRoot.java [54:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ArrayList<com.gu.typesafe.config.impl.AbstractConfigNode> childrenCopy = new ArrayList<com.gu.typesafe.config.impl.AbstractConfigNode>(children);
        for (int i = 0; i < childrenCopy.size(); i++) {
            com.gu.typesafe.config.impl.AbstractConfigNode node = childrenCopy.get(i);
            if (node instanceof com.gu.typesafe.config.impl.ConfigNodeComplexValue) {
                if (node instanceof ConfigNodeArray) {
                    throw new com.gu.typesafe.config.ConfigException.WrongType(origin, "The ConfigDocument had an array at the root level, and values cannot be modified inside an array.");
                } else if (node instanceof com.gu.typesafe.config.impl.ConfigNodeObject) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



