Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
There is some unused code in camel-core with a static INSTANCE such as
public static final ServiceFilter INSTANCE = new HealthyServiceFilter();
There is a few more of these, and this code should be cleaned up