Updated ClassGraphPackageScanner usage (#420)
This commit is contained in:
parent
8bcf651231
commit
73b3248542
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class ClassGraphPackageScanner implements PackageScanner {
|
|||
|
||||
private static ScanResult scanPackage(final ClassGraph classGraph, final String basePackage) {
|
||||
return classGraph
|
||||
.whitelistPackages(basePackage)
|
||||
.acceptPackages(basePackage)
|
||||
.scan();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue