Skip to content

Commit 0d8f2aa

Browse files
fix: correct formatting and spacing in AppProperties.java
1 parent 457587e commit 0d8f2aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/ca/uhn/fhir/jpa/starter/AppProperties.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -772,9 +772,9 @@ public boolean getIndex_storage_optimized() {
772772

773773
public void setIndex_storage_optimized(boolean theIndex_storage_optimized) {
774774
index_storage_optimized = theIndex_storage_optimized;
775-
}
776-
777-
public JpaStorageSettings.StoreMetaSourceInformationEnum getStore_meta_source_information() {
775+
}
776+
777+
public JpaStorageSettings.StoreMetaSourceInformationEnum getStore_meta_source_information() {
778778
return store_meta_source_information;
779779
}
780780

0 commit comments

Comments
 (0)