mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
remove a nonsense comment from Tokenizer.java leftover from earlier patch iteration
This commit is contained in:
parent
c5028bca3d
commit
5302c1e90e
@ -475,8 +475,6 @@ final class Tokenizer {
|
||||
Token whitespace = saver.check(t, origin, lineNumber);
|
||||
if (whitespace != null)
|
||||
expression.add(whitespace);
|
||||
// we don't add comments here though; they can't happen in
|
||||
// valid syntax anyway.
|
||||
expression.add(t);
|
||||
}
|
||||
} while (true);
|
||||
|
Loading…
Reference in New Issue
Block a user