mirror of
https://github.com/lightbend/config.git
synced 2025-03-14 19:30:25 +08:00
actually increment index
This commit is contained in:
parent
b45345e3ac
commit
73520bea4c
@ -343,6 +343,7 @@ final class ConfigParser {
|
||||
comments.clear();
|
||||
}
|
||||
pathStack.push(new Path(Integer.toString(index)));
|
||||
index ++;
|
||||
v = parseValue((AbstractConfigNodeValue)node, comments);
|
||||
pathStack.pop();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user