mirror of
https://github.com/lightbend/config.git
synced 2025-03-22 23:30:27 +08:00
removed FIXME
This commit is contained in:
parent
d36a43aa1b
commit
9596fea017
@ -509,8 +509,6 @@ final class ConfigDocumentParser {
|
|||||||
// continue looping
|
// continue looping
|
||||||
afterComma = true;
|
afterComma = true;
|
||||||
} else {
|
} else {
|
||||||
// FIXME JL: Do ) balance check perhaps?
|
|
||||||
|
|
||||||
t = nextTokenCollectingWhitespace(objectNodes);
|
t = nextTokenCollectingWhitespace(objectNodes);
|
||||||
if (t == Tokens.CLOSE_CURLY) {
|
if (t == Tokens.CLOSE_CURLY) {
|
||||||
if (!hadOpenCurly) {
|
if (!hadOpenCurly) {
|
||||||
|
Loading…
Reference in New Issue
Block a user