Skip to content

Commit a3a492c

Browse files
apply formatting
1 parent 30d50da commit a3a492c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public class AppProperties {
107107
private Integer pre_expand_value_sets_max_count = 1000;
108108
private Integer maximum_expansion_size = 1000;
109109

110-
111110
public List<String> getCustomInterceptorClasses() {
112111
return custom_interceptor_classes;
113112
}
@@ -733,8 +732,6 @@ public void setMaximum_expansion_size(Integer maximum_expansion_size) {
733732
this.maximum_expansion_size = maximum_expansion_size;
734733
}
735734

736-
737-
738735
public static class Cors {
739736
private Boolean allow_Credentials = true;
740737
private List<String> allowed_origin = List.of("*");

0 commit comments

Comments
 (0)