Skip to content

Commit

Permalink
Update extensions/resteasy-reactive/quarkus-resteasy-reactive-common/…
Browse files Browse the repository at this point in the history
…runtime/src/main/java/io/quarkus/resteasy/reactive/common/runtime/ArcBeanFactory.java

Co-authored-by: George Gastaldi <[email protected]>
  • Loading branch information
geoand and gastaldi authored Sep 1, 2021
1 parent 32dadca commit d4581e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void close() {
} catch (Exception e) {
if (factory.getClass().getName().contains("DefaultInstanceFactory")) {
throw new IllegalArgumentException(
"Unable to create class '" + targetClassName + "'. To fix the problem, make this class is a CDI bean.",
"Unable to create class '" + targetClassName + "'. To fix the problem, make sure this class is a CDI bean.",
e);
}
throw e;
Expand Down

0 comments on commit d4581e3

Please sign in to comment.