GP-6085 - Flow Arrows - Change to a service-based system for margin providers to allow flow arrows in snapshots

This commit is contained in:
dragonmacher
2025-11-21 17:50:32 -05:00
parent d193345dde
commit eb10bd7e08
50 changed files with 2144 additions and 1546 deletions

View File

@@ -83,9 +83,9 @@ public class FidPlugin extends ProgramPlugin implements ChangeListener {
}
@Override
protected void cleanup() {
protected void dispose() {
fidFileManager.removeChangeListener(this);
super.cleanup();
super.dispose();
}
/**