make DocumentPropertiesLoader#load private
This commit is contained in:
parent
bfb5e4a538
commit
123bcf30a8
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user