actually increment index

This commit is contained in:
Ryan O'Neill 2015-04-29 17:47:57 -07:00
parent b45345e3ac
commit 73520bea4c

View File

@ -343,6 +343,7 @@ final class ConfigParser {
comments.clear();
}
pathStack.push(new Path(Integer.toString(index)));
index ++;
v = parseValue((AbstractConfigNodeValue)node, comments);
pathStack.pop();
}