Skip to content

Commit

Permalink
Update check logic to match comment
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Feb 9, 2023
1 parent dbf60a0 commit 55db3c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void registerResteasyReactiveProvider(

boolean isResteasyReactiveAvailable = capabilities.isPresent(Capability.RESTEASY_REACTIVE);

if (isResteasyReactiveAvailable) {
if (!isResteasyReactiveAvailable) {
// if RestEasy is not available then no need to continue
return;
}
Expand Down

0 comments on commit 55db3c6

Please sign in to comment.