Mark OriginTrackedPropertiesLoader#isNewDocument private
See gh-24268
This commit is contained in:
committed by
Stephane Nicoll
parent
e6ccbfb017
commit
728e474f7f
@@ -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