lukaszlenart commented on code in PR #1562:
URL: https://github.com/apache/struts/pull/1562#discussion_r2751113062
##########
core/src/main/java/org/apache/struts2/config/AbstractBeanSelectionProvider.java:
##########
@@ -108,7 +145,7 @@ public Object create(Context context) throws Exception {
try {
return objFactory.buildBean(name, null, true);
} catch (ClassNotFoundException ex) {
- throw new ConfigurationException("Unable to load bean
"+type.getName()+" ("+name+")");
+ throw new ConfigurationException("Unable to load bean " +
type.getName() + " (" + name + ")");
}
Review Comment:
_fixed_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]