Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
case "CacheSize": target.setCacheSize(property(camelContext, int.class, value)); return true;
should be
case "cacheSize": target.setCacheSize(property(camelContext, int.class, value)); return true;