We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457587e commit 0d8f2aaCopy full SHA for 0d8f2aa
src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java
@@ -772,9 +772,9 @@ public boolean getIndex_storage_optimized() {
772
773
public void setIndex_storage_optimized(boolean theIndex_storage_optimized) {
774
index_storage_optimized = theIndex_storage_optimized;
775
- }
776
-
777
- public JpaStorageSettings.StoreMetaSourceInformationEnum getStore_meta_source_information() {
+ }
+
+ public JpaStorageSettings.StoreMetaSourceInformationEnum getStore_meta_source_information() {
778
return store_meta_source_information;
779
}
780
0 commit comments