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