You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: springdoc-openapi-starter-common/src/main/java/org/springdoc/core/properties/SpringDocConfigProperties.java
+23-8Lines changed: 23 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -971,6 +971,11 @@ public void setPreLoadingEnabled(boolean preLoadingEnabled) {
971
971
this.preLoadingEnabled = preLoadingEnabled;
972
972
}
973
973
974
+
/**
975
+
* Sets pre loading locales.
976
+
*
977
+
* @param preLoadingLocales the pre loading locales
0 commit comments