-
Type:
Task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.19.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
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