Commit 23543b07 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #24268 from JimStockwell

* pr/24268:
  Mark OriginTrackedPropertiesLoader#isNewDocument private

Closes gh-24268
parents e6ccbfb0 728e474f
......@@ -160,7 +160,7 @@ class OriginTrackedPropertiesLoader {
return OriginTrackedValue.of(buffer.toString(), origin);
}
boolean isNewDocument(CharacterReader reader) throws IOException {
private boolean isNewDocument(CharacterReader reader) throws IOException {
if (reader.isLastLineComment()) {
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