make DocumentPropertiesLoader#load private

This commit is contained in:
octocorvus 2023-06-28 03:22:17 +00:00 committed by Daniel Micay
parent bfb5e4a538
commit 123bcf30a8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class DocumentPropertiesLoader(
}
}
fun load(): Map<DocumentProperty, String> {
private fun load(): Map<DocumentProperty, String> {
val result = mutableMapOf<DocumentProperty, String>()
result.addFileProperties()
result.addPageSizeProperty()