Skip to content

Commit f52e69b

Browse files
committed
Merge pull request #3255 from sisco70/patch-1
Direction enum: fixed visibility scope of group order so that setGroupsOrder method can be used
1 parent 530474c commit f52e69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/properties/AbstractSwaggerUiConfigProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ public void setUrlsPrimaryName(String urlsPrimaryName) {
698698
/**
699699
* The enum Direction.
700700
*/
701-
enum Direction {
701+
public enum Direction {
702702
/**
703703
* Asc direction.
704704
*/

0 commit comments

Comments
 (0)