Commit 728e474f authored by Jim Stockwell's avatar Jim Stockwell Committed by Stephane Nicoll

Mark OriginTrackedPropertiesLoader#isNewDocument private

See gh-24268
parent e6ccbfb0
...@@ -160,7 +160,7 @@ class OriginTrackedPropertiesLoader { ...@@ -160,7 +160,7 @@ class OriginTrackedPropertiesLoader {
return OriginTrackedValue.of(buffer.toString(), origin); return OriginTrackedValue.of(buffer.toString(), origin);
} }
boolean isNewDocument(CharacterReader reader) throws IOException { private boolean isNewDocument(CharacterReader reader) throws IOException {
if (reader.isLastLineComment()) { if (reader.isLastLineComment()) {
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment