Skip to content

Commit 6162210

Browse files
author
bnasslahsen
committed
project update
1 parent 3988437 commit 6162210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/SpringDocConfigProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public GroupConfig() { }
206206
public GroupConfig(String group, List<String> pathsToMatch, List<String> packagesToScan, List<String> packagesToExclude, List<String> pathsToExclude) {
207207
this.pathsToMatch = pathsToMatch;
208208
this.pathsToExclude = pathsToExclude;
209-
this.packagesToExclude = pathsToExclude;
209+
this.packagesToExclude = packagesToExclude;
210210
this.packagesToScan = packagesToScan;
211211
this.group = group;
212212
}

0 commit comments

Comments
 (0)