Skip to content

Commit b493b6a

Browse files
committed
Update DBeanScopeBuilder.java
1 parent 3943a75 commit b493b6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inject/src/main/java/io/avaje/inject/DBeanScopeBuilder.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@ private boolean detectAvajeConfig() {
226226
return true;
227227
}
228228
try {
229-
var __ = Configuration.class;
230-
return true;
229+
return Configuration.class != null;
231230
} catch (final NoClassDefFoundError e) {
232231
return false;
233232
}

0 commit comments

Comments
 (0)