Merge pull request #24268 from JimStockwell
* pr/24268: Mark OriginTrackedPropertiesLoader#isNewDocument private Closes gh-24268
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user