Mark OriginTrackedPropertiesLoader#isNewDocument private

See gh-24268
This commit is contained in:
Jim Stockwell 2020-11-26 17:01:41 -07:00 committed by Stephane Nicoll
parent e6ccbfb017
commit 728e474f7f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}