Details
-
Planned Work
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
I put many "TODO" marks in the patch for OPENNLP-1154, e.g.:
@Deprecated // TODO: just remove when back-compat is no longer needed static void register(Map<String, GeneratorFactory.XmlFeatureGeneratorFactory> factoryMap) { factoryMap.put("generators", new AggregatedFeatureGeneratorFactory()); }
Before merging it, I'd like to create this ticket to get ticket number and add the number in the patch for OPENNLP-1154 so that we can easily find unnecessary codes when we want to remove in the future..