fix: correct formatting and spacing in AppProperties.java

This commit is contained in:
Patrick Werner
2025-07-08 17:50:56 +02:00
parent 457587e089
commit 0d8f2aac14

View File

@@ -772,9 +772,9 @@ public class AppProperties {
public void setIndex_storage_optimized(boolean theIndex_storage_optimized) {
index_storage_optimized = theIndex_storage_optimized;
}
}
public JpaStorageSettings.StoreMetaSourceInformationEnum getStore_meta_source_information() {
public JpaStorageSettings.StoreMetaSourceInformationEnum getStore_meta_source_information() {
return store_meta_source_information;
}