Skip to content

Commit

Permalink
Applied suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
olpaw authored and jovanstevanovic committed Dec 19, 2024
1 parent 3291a20 commit 17809f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void handleServiceClassIsReachable(DuringAnalysisAccess access, Class<?> service
* Registering a constructor with
* RuntimeReflection.registerConstructorLookup(providerClass) does not produce
* the same behavior as using RuntimeReflection.register(nullaryConstructor). In
* the first case, the constructor is marked for query purposes only, so this if
* the first case, the constructor is marked for query purposes only, so this
* if-statement cannot be eliminated.
*
*/
Expand Down

0 comments on commit 17809f4

Please sign in to comment.