mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
66 stars 20 forks source link

Minor Refactorings in WindowManager and FeatureSpecsService #271

Closed maarzt closed 8 months ago

maarzt commented 8 months ago

The PR fixes some minor problems in the code:

  1. Remove unused code
  2. Better solution to the dependency problem between FeatureSpecService and PluginServive
  3. Fix type casts that do not compile with Java 11