From 0d8f2aac1463444e2a29e83f60d070e696f93bf1 Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Tue, 8 Jul 2025 17:50:56 +0200 Subject: [PATCH] fix: correct formatting and spacing in AppProperties.java --- src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java b/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java index 9c9aeaa..c053d62 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java @@ -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; }