Closed gselzer closed 1 year ago
This PR refactors SourceSearchActionFactory to LegacySourceSearchActionFactory, to avoid a naming conflict with the class in scijava-search.
SourceSearchActionFactory
LegacySourceSearchActionFactory
Then, this PR makes LegacySourceSearchActionFactory to extend SourceSearchActionFactory, allowing us to remove a lot of duplicated code.
This PR refactors
SourceSearchActionFactory
toLegacySourceSearchActionFactory
, to avoid a naming conflict with the class in scijava-search.Then, this PR makes
LegacySourceSearchActionFactory
to extendSourceSearchActionFactory
, allowing us to remove a lot of duplicated code.